ZaiZai пре 2 година
родитељ
комит
037efa1031
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/user/auth.vue

+ 1 - 1
src/views/user/auth.vue

@@ -33,7 +33,7 @@ const isErrorShow = ref(false)
 
 //渲染完成
 onMounted(() => {
-    ///#/auth?token=xxxxxxx&account=aaaa&timestamp=1670233144838&timeInterval=300&moduleCode=UTF-8
+    // 域名后加  /#/auth?token=xxxxxxx&account=aaaa&timestamp=1670233144838&timeInterval=300&moduleCode=UTF-8
     const { token, account, timestamp, timeInterval, moduleCode } = useRoutes?.query;
     if (token && account && timestamp && timeInterval && moduleCode) {
         isErrorShow.value = false