feat: 聊天页面
This commit is contained in:
@@ -25,26 +25,36 @@ const router = createRouter({
|
||||
{
|
||||
path: '/stylist',
|
||||
name: 'StylistPage',
|
||||
component: () => import('@/views/stylist/index.vue'),
|
||||
redirect:'/stylist/index',
|
||||
component: () => import('@/views/stylist/container.vue'),
|
||||
children: [
|
||||
{
|
||||
path: '/stylist/sex',
|
||||
path: 'index',
|
||||
name: 'index',
|
||||
component: () => import('@/views/stylist/index.vue')
|
||||
},
|
||||
{
|
||||
path: 'sex',
|
||||
name: 'sex',
|
||||
component: () => import('@/views/stylist/sex.vue')
|
||||
},
|
||||
{
|
||||
path: '/stylist/dressfor',
|
||||
path: 'dressfor',
|
||||
name: 'dressfor',
|
||||
component: () => import('@/views/stylist/dressfor.vue')
|
||||
},
|
||||
{
|
||||
path: '/stylist/customer',
|
||||
path: 'customer',
|
||||
name: 'customer',
|
||||
component: () => import('@/views/stylist/customer.vue')
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: '/asistant',
|
||||
name: 'asistant',
|
||||
component: () => import('../views/asistant/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/workshop',
|
||||
name: 'Workshop',
|
||||
|
||||
Reference in New Issue
Block a user