2023-11-21-dist

This commit is contained in:
X1627315083
2023-11-21 10:22:01 +08:00
parent 7e719485a1
commit 4271d5ecf8
21 changed files with 65 additions and 62 deletions

View File

@@ -341,7 +341,8 @@ export default defineComponent({
},
mounted() {
this.token = getCookie("token") || "";
this.isTest = getCookie('isTest') || ''
let isTest:any = getCookie('isTest')
this.isTest =JSON.parse(isTest)
this.uploadUrl = getUploadUrl();
this.workspaceCom = computed(()=>{
return this.store?.state?.Workspace?.workspace