Browse Source

租户bug

intex_online20250311
王宇飞 1 month ago
parent
commit
de1f177a82
  1. 6
      src/views/login/components/LoginForm.vue

6
src/views/login/components/LoginForm.vue

@ -245,6 +245,9 @@ import { getSwitchByCode } from '@/api/wms/switch'
loginLoading.value = true
try {
const { wsCache } = useCache()
//
wsCache.clear()
await getTenantId()
const data = await validForm()
@ -298,9 +301,6 @@ import { getSwitchByCode } from '@/api/wms/switch'
getCode()
return
}
const { wsCache } = useCache()
//
wsCache.clear()
loading.value = ElLoading.service({
lock: true,
text: '正在加载系统中...',

Loading…
Cancel
Save