This commit is contained in:
X1627315083
2024-01-05 16:49:49 +08:00
parent 184b95239a
commit 000f3995a0
8 changed files with 282 additions and 33 deletions

View File

@@ -226,7 +226,7 @@ export default defineComponent({
},
mounted() {
let isTest = getCookie('isTest')
this.isTest =JSON.parse(isTest)|| ''
this.isTest =JSON.parse(isTest)
this.userInfo = JSON.parse(getCookie("userInfo"));
if (!this.userInfo) {