From aba05ff402b2b6a7ed9e3eedee43addc1b7eee44 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Tue, 26 May 2020 18:09:49 +0800
Subject: [PATCH] 1

---
 SunshineIns/src/index.jsx |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx
index 23ee264..dd05cdd 100644
--- a/SunshineIns/src/index.jsx
+++ b/SunshineIns/src/index.jsx
@@ -49,6 +49,9 @@
 import SignIn from './page/SignIn';
 import QuestionDetail from './page/QuestionDetail';
 import QuestionPersonDetail from './page/QuestionPersonDetail';
+//顶部图片设置
+import TopImage from './page/TopImage';
+
 
 import NoInspectionReportList from './page/NoInspectionReportList';
 import NoInspectionReportDetail from './page/NoInspectionReportDetail';
@@ -95,6 +98,7 @@
           <Route path='/articleEidt/:id' component={ArticleEidt} />
           <Route path='/typeManage' component={TypeList} />
           <Route path='/activeManage' component={ActiveManage} />
+          <Route path='/topImage' component={TopImage} />
           <Route path='/activeManageEdit/:id' component={ActiveManageEdit} />
           <Route path='/activeManageEditquestionnaire/:id' component={ActiveManageEditquestionnaire} />
           <Route path='/snapshot' component={Snapshot} />
@@ -114,7 +118,9 @@
           <Route path='/entry/ApplyForEdit/:id' component={ApplyForEdit} />
           <Route path='/entry/examine' component={Examine} />
           <Route path='/entry/examineEdit/:id' component={ExamineEdit} />
+          <Route path='/topImage' component={TopImage} />
 
+          
           {/* 问卷管理部分 */}
           <Route path='/questionnaire/newlyList' component={NewlyList} />
           <Route path='/questionnaire/newly/:id' component={Newly} />

--
Gitblit v1.8.0