修改前端包结构.

This commit is contained in:
lijiahang
2023-10-18 17:11:27 +08:00
parent 284501b3fb
commit 17d11cef21
39 changed files with 107 additions and 36 deletions

View File

@@ -16,6 +16,11 @@ const USER: AppRouteRecordRaw = {
path: '/user/user',
component: () => import('@/views/user/user/index.vue'),
},
{
name: 'userMine',
path: '/user/mine',
component: () => import('@/views/user/mine/index.vue'),
},
],
};