fix: 面板关于信息

This commit is contained in:
手瓜一十雪
2024-11-15 14:46:05 +08:00
parent 6d37868ae8
commit 50079e7a96
5 changed files with 104 additions and 10 deletions

View File

@@ -49,7 +49,7 @@ const selectAccount = async (accountName) => {
//const { result, errMsg } = await SetQuickLogin(accountName, localStorage.getItem('auth'));
if (true) {
MessagePlugin.success("登录成功即将跳转");
await router.push({ path: '/dashboard' });
await router.push({ path: '/dashboard/basic-info' });
} else {
MessagePlugin.error("登录失败," + errMsg);
}