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