修复提交异常
This commit is contained in:
parent
a2c19a215e
commit
c6beef1783
|
@ -1,3 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
export const routes = [
|
export const routes = [
|
||||||
{
|
{
|
||||||
path: '/',
|
path: '/',
|
||||||
|
@ -67,6 +69,26 @@ export const routes = [
|
||||||
path: '/ProductCenter',
|
path: '/ProductCenter',
|
||||||
name: '服务类商品管理中心',
|
name: '服务类商品管理中心',
|
||||||
component: ()=> import("../views/ServiceType/ProductCenter.vue")
|
component: ()=> import("../views/ServiceType/ProductCenter.vue")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/ClothingGrade',
|
||||||
|
name: '服装等级管理',
|
||||||
|
component: ()=> import("../views/CostumeAppointments/ClothingGrade.vue")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/CostumeDetails',
|
||||||
|
name: '服装详情管理',
|
||||||
|
component: ()=> import("../views/CostumeAppointments/CostumeDetails.vue")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/AppointmentOrder',
|
||||||
|
name: '写真预约订单管理',
|
||||||
|
component: ()=> import("../views/CostumeAppointments/AppointmentOrder.vue")
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path: '/AddCostumes',
|
||||||
|
name: '添加服装',
|
||||||
|
component: ()=> import("../views/CostumeAppointments/AddCostumes.vue")
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user