fix: 路由地址
This commit is contained in:
@@ -28,17 +28,17 @@ const router = createRouter({
|
||||
component: () => import('@/views/stylist/index.vue'),
|
||||
children: [
|
||||
{
|
||||
path: '/sex',
|
||||
name:'sex'
|
||||
path: '/stylist/sex',
|
||||
name: 'sex',
|
||||
component: () => import('@/views/stylist/sex.vue')
|
||||
},
|
||||
{
|
||||
path: '/dressfor',
|
||||
name:'dressfor'
|
||||
path: '/stylist/dressfor',
|
||||
name: 'dressfor',
|
||||
component: () => import('@/views/stylist/dressfor.vue')
|
||||
},
|
||||
{
|
||||
path: '/customer',
|
||||
path: '/stylist/customer',
|
||||
name: 'customer',
|
||||
component: () => import('@/views/stylist/customer.vue')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user