From 8786023e8093d97b8d4fadc1b7f41f5883ac3a03 Mon Sep 17 00:00:00 2001 From: xuxj <hugeinfo123> Date: Sat, 09 May 2020 10:02:40 +0800 Subject: [PATCH] 部分调整 --- SunshineIns/src/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx index b7a2ee3..23ee264 100644 --- a/SunshineIns/src/index.jsx +++ b/SunshineIns/src/index.jsx @@ -14,7 +14,7 @@ import BusDetail from './page/BusDetail'; import SupPerson from './page/SupPerson'; import Company from './page/Company'; -// 涉未成年负责部门组织 +// 社会组织维护 import UnderAgeList from './page/UnderAgeList'; import KeyWord from './page/KeyWord'; import ActiveManage from './page/ActiveManage'; @@ -89,7 +89,7 @@ <Route path='/supPerson' component={SupPerson} /> <Route path='/company' component={Company} /> <Route path='/underAgeList' component={UnderAgeList} /> - <Route path='/keyWord' component={KeyWord} /> + <Route path='/dxWords' component={KeyWord} /> <Route path='/knowledgeBase' component={KnowledgeBase} /> <Route path='/articlePublish' component={ArticlePublish} /> <Route path='/articleEidt/:id' component={ArticleEidt} /> -- Gitblit v1.8.0