From d0c2deb4c94f17c2fd3576bebe506c2802192947 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Tue, 2 Aug 2022 17:14:21 +0800 Subject: [PATCH] =?UTF-8?q?8.2=20=E5=9B=9B=E4=B8=AA=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E5=9C=B0=E5=9D=80=E5=A4=A7=E5=B0=8F=E5=86=99?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/TanPan/router_tanpan.ts | 2 +- config/router.config.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/TanPan/router_tanpan.ts b/config/TanPan/router_tanpan.ts index 0979c47..5a04600 100644 --- a/config/TanPan/router_tanpan.ts +++ b/config/TanPan/router_tanpan.ts @@ -31,6 +31,6 @@ export default [ }, {//单一来源简化流程 选择供应商及上传应答文件 path: '/ProjectLayout/SimpleUpload', - component: './BidEvaluation/components/SimpleUpload' + component: './BidEvaluation/components/simpleUpload' } ]; diff --git a/config/router.config.ts b/config/router.config.ts index f1e96f5..46b1726 100644 --- a/config/router.config.ts +++ b/config/router.config.ts @@ -150,7 +150,7 @@ export default [ path: '/notice', routes: [ { name: 'noticeList', path: '/notice/noticeList', component: './notice/noticeList/components/NoticeList' },//通知公告查看-所有角色 - { name: 'noticeManage', path: '/notice/noticeManage', component: './notice/noticeManage/components/noticeManage' },//通知公告管理-系统管理员 + { name: 'noticeManage', path: '/notice/noticeManage', component: './notice/noticeManage/components/NoticeManage' },//通知公告管理-系统管理员 ] }, {//委托 @@ -161,12 +161,12 @@ export default [ {//管理员-代理 name: 'manager', path: '/Project/EntrustAssign/Manager', - component: './Project/EntrustAssign/Manager', + component: './Project/EntrustAssign/manager', }, {//项目经理-代理 name: 'operator', path: '/Project/EntrustAssign/Operator', - component: './Project/EntrustAssign/Operator', + component: './Project/EntrustAssign/operator', }, {//采购经理的委托管理 name: 'mandatoryAdministration',