Push server

This commit is contained in:
2023-10-06 15:14:33 +08:00
parent e9b700d690
commit 7ec51c43d5

View File

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