添加菜单页面.

This commit is contained in:
lijiahang
2023-08-08 17:59:37 +08:00
parent d86b301628
commit f2251e6c65
25 changed files with 1078 additions and 45 deletions

View File

@@ -10,7 +10,7 @@ export default function useUser() {
await userStore.logout();
const currentRoute = router.currentRoute.value;
Message.success('已退出登录');
router.push({
await router.push({
name: logoutTo || 'login',
query: {
...router.currentRoute.value.query,