diff --git a/config/router.config.ts b/config/router.config.ts index 46b1726..5ce529e 100644 --- a/config/router.config.ts +++ b/config/router.config.ts @@ -301,6 +301,18 @@ export default [ }, ], }, + {//评标现管理 + name: 'SitePerson', + icon: 'UnorderedListOutlined', + path: '/SitePerson', + routes: [ + {//评标现管理->评标场所人员维护 + name: 'SitePerson', + path: '/SitePerson', + component: './SitePerson' + }, + ], + }, {//供应商常用信息管理 name: 'supplierInformation', icon: 'crown', diff --git a/package.json b/package.json index 80c5bc5..0228400 100644 --- a/package.json +++ b/package.json @@ -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",