@@ -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