修复用户信息获取错误的BUG

This commit is contained in:
fofolee
2025-02-12 00:14:11 +08:00
parent 039a820952
commit 343572568c
4 changed files with 21 additions and 30 deletions

View File

@@ -31,6 +31,7 @@ export default defineComponent({
cronJobs: {},
enterData: {},
subInputEvent: null,
isVIP: false,
};
},
created: function () {