title: auto

des: auto
note:auto
This commit is contained in:
2023-10-06 17:30:08 +08:00
parent 016e56ab60
commit 17641b0bf4
2 changed files with 31 additions and 34 deletions

View File

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