fix 修复 重新登录无法跳转到过期前页面问题

This commit is contained in:
疯狂的狮子Li 2024-09-06 18:06:16 +08:00
parent 25848ea99e
commit 483af13741

View File

@ -97,7 +97,7 @@ const tenantEnabled = ref(true);
//
const register = ref(false);
const redirect = ref('');
const redirect = ref('/');
const loginRef = ref<ElFormInstance>();
//
const tenantList = ref<TenantVO[]>([]);