From a050770b9ba8396a37438d0628e77f3ae85e7ce3 Mon Sep 17 00:00:00 2001 From: zhangyx <1254353766@qq.com> Date: Fri, 26 Aug 2022 17:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E6=A0=87=E5=9C=BA=E6=89=80=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E7=BB=B4=E6=8A=A4=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/router.config.ts | 12 ++++++++++++ package.json | 1 + 2 files changed, 13 insertions(+) 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",