bugfix and performance improvements

This commit is contained in:
quantulr
2023-08-11 17:29:39 +08:00
parent 45ed576dfa
commit b0206985cc
28 changed files with 378 additions and 105 deletions

View File

@ -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: () =>