评标场所人员维护路由

This commit is contained in:
zhangyx
2022-08-26 17:31:34 +08:00
parent 1b9b678447
commit a050770b9b
2 changed files with 13 additions and 0 deletions

View File

@ -301,6 +301,18 @@ export default [
},
],
},
{//评标现管理
name: 'SitePerson',
icon: 'UnorderedListOutlined',
path: '/SitePerson',
routes: [
{//评标现管理->评标场所人员维护
name: 'SitePerson',
path: '/SitePerson',
component: './SitePerson'
},
],
},
{//供应商常用信息管理
name: 'supplierInformation',
icon: 'crown',

View File

@ -84,6 +84,7 @@
"react-axios": "^2.0.3",
"react-cookies": "^0.1.1",
"react-dom": "^16.8.6",
"react-fast-marquee": "^1.3.5",
"react-helmet-async": "^1.0.4",
"react-sortable-hoc": "^1.11.0",
"sm-crypto": "^0.2.4",