feat: 增加菜单【转会商列表】,【补充/续报列表】,【积分列表】
This commit is contained in:
@ -480,6 +480,33 @@ export const publicRoutes = [
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/transferConsultationList",
|
||||
name: "transferConsultationList",
|
||||
component: () => import("@/views/backOfficeSystem/transferConsultationList/index.vue"),
|
||||
meta: {
|
||||
title: "转会商列表",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/supplementReportList",
|
||||
name: "supplementReportList",
|
||||
component: () => import("@/views/backOfficeSystem/supplementReportList/index.vue"),
|
||||
meta: {
|
||||
title: "补充/续报列表",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
{
|
||||
path: "/integralList",
|
||||
name: "integralList",
|
||||
component: () => import("@/views/backOfficeSystem/integralList/index.vue"),
|
||||
meta: {
|
||||
title: "积分列表",
|
||||
icon: "article"
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: "/MakeAcomment",
|
||||
// name: "MakeAcomment",
|
||||
|
||||
Reference in New Issue
Block a user