Browse Source

修改授权登录

ZaiZai 1 năm trước cách đây
mục cha
commit
510e777584
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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