Pārlūkot izejas kodu

修改授权登录

ZaiZai 1 gadu atpakaļ
vecāks
revīzija
510e777584
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/user/auth.vue

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

@@ -36,7 +36,7 @@ const isErrorShow = ref(false)
 onMounted(() => {
     //先清理下缓存
     store.clearStoreData()
-    // 域名后加  /#/auth?token=xxxxxxx
+    // 域名后加  /#/auth?token=xxxxxxx&tenantid=xxxxxxx
     const { token, tenantid } = getObjValue(useRoutes.query)
     if (token) {
         isErrorShow.value = false