bugfix and performance improvements
This commit is contained in:
@ -1259,17 +1259,17 @@ export const agentRoutes = [
|
||||
i18nStr: "routes.broker.updateStatus",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "matching-demand",
|
||||
component: () =>
|
||||
import("@/views/admin/agent/service/matching-demand/index.vue"),
|
||||
name: "EnterpriseDemandMatch",
|
||||
meta: {
|
||||
title: "企业需求匹配",
|
||||
icon: "list",
|
||||
i18nStr: "routes.broker.enterpriseDemandMatching",
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: "matching-demand",
|
||||
// component: () =>
|
||||
// import("@/views/admin/agent/service/matching-demand/index.vue"),
|
||||
// name: "EnterpriseDemandMatch",
|
||||
// meta: {
|
||||
// title: "企业需求匹配",
|
||||
// icon: "list",
|
||||
// i18nStr: "routes.broker.enterpriseDemandMatching",
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: "matching-demand-detail",
|
||||
component: () =>
|
||||
|
||||
Reference in New Issue
Block a user