push to server

This commit is contained in:
2023-10-04 14:26:39 +08:00
parent 59ed50efe3
commit 66ab3a0dd0

View File

@@ -1,5 +1,5 @@
export function myConsole(value: any) {
const onData = true;
const onData = false;
if (onData) {
console.log(value);
}