邓洁: 用户管理接口

This commit is contained in:
邓洁
2023-12-22 23:11:01 +08:00
parent 1cb5c6c258
commit 56f954e354
7 changed files with 372 additions and 144 deletions

View File

@@ -51,7 +51,7 @@ const routes = [
}
},
{
path: '/user',
path: '/user/:siteId(\\d+)',
name: 'user',
component: () => import('@/views/user/index.vue'),
meta: {