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

@@ -165,7 +165,7 @@ export default defineComponent({
this.textScroll()
let userInfo:any = getCookie("userInfo")
let isTest:any = getCookie('isTest')
this.isTest =JSON.parse(isTest)|| ''
this.isTest =JSON.parse(isTest)
this.userInfo = JSON.parse(userInfo);
if (sessionStorage.getItem("record") == null) {
this.record = []