From d3429f26d341cd8047e79ada5f2f5468efe2947f Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Thu, 05 Mar 2020 18:54:42 +0800 Subject: [PATCH] 1 --- SunshineIns/src/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SunshineIns/src/index.jsx b/SunshineIns/src/index.jsx index 73d63ab..d9ee57a 100644 --- a/SunshineIns/src/index.jsx +++ b/SunshineIns/src/index.jsx @@ -59,6 +59,8 @@ <Route path="/bus/attachment/:busId/:attachmentId" component={AttTree} /> <Route path="/bus/attachment/:busId" component={AttTree} /> {/* <Route path='/questionnaire/newly' component={AttTree} /> */} + {/* 签到墙 */} + <Route path='/signIn/:id' component={null} /> <Route component={Menu} /> </Switch> <Switch> -- Gitblit v1.8.0