修改菜单名

添加设置切换动画
This commit is contained in:
thofx
2023-07-22 17:00:01 +08:00
parent 4d67126f0e
commit 4bd9bc4a1f
11 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -83,8 +83,8 @@ const router = createRouter({
},
},
{
path: 'account-setting',
component: () => import('../pages/account-setting.vue'),
path: 'setting',
component: () => import('../pages/setting.vue'),
meta: {
requiresAuth: true,
},