title: auto

des: auto
note:auto
This commit is contained in:
2023-10-06 17:36:26 +08:00
parent 4180adbadd
commit 6281452441

View File

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