|
@@ -25,8 +25,12 @@ export default function App() {
|
|
|
<Router history={history}>
|
|
|
<React.Suspense fallback={<SpinLoding />}>
|
|
|
<Switch>
|
|
|
- {/* 测试页面 */}
|
|
|
<Route path='/login' component={Login} />
|
|
|
+ {/* 打印页面 */}
|
|
|
+ {/* <Route
|
|
|
+ path='/logPage/:key'
|
|
|
+ component={React.lazy(() => import('./pages/W_log/index'))}
|
|
|
+ /> */}
|
|
|
<AuthRoute path='/' component={Layout} />
|
|
|
</Switch>
|
|
|
</React.Suspense>
|