Parcourir la source

修改授权登录

ZaiZai il y a 1 an
Parent
commit
510e777584
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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