瀏覽代碼

修改授权登录

ZaiZai 1 年之前
父節點
當前提交
510e777584
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/user/auth.vue

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

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