邓洁 : 用户管理雏形及checkbox样式更改

This commit is contained in:
dengj
2023-12-18 18:02:17 +08:00
parent 1c9c3c3e4f
commit ccdf5cc8e9
4 changed files with 284 additions and 5 deletions

View File

@@ -50,6 +50,15 @@ const routes = [
breadcrumb: true
}
},
{
path: '/user',
name: 'user',
component: () => import('@/views/user/index.vue'),
meta: {
title: 'user',
breadcrumb: true
}
},
{
path: '/tunnel/:siteId(\\d+)',
name: 'tunnel',