浏览代码

修改授权登录

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