shaogen1995 4 tháng trước cách đây
mục cha
commit
636e691695
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      src/App.tsx

+ 5 - 1
src/App.tsx

@@ -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>