fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user