浏览代码

maintain

master
azri 1周前
父节点
当前提交
fdc0dca694
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/index.js

+ 2
- 2
src/index.js 查看文件

@@ -31,8 +31,8 @@ import Maintainance from './pages/Maintainance';
31 31
 const root = ReactDOM.createRoot(document.getElementById('root'));
32 32
 root.render(
33 33
   <Provider store={store}>
34
-    {/* <Maintainance/> */}
35
-    <App />
34
+    <Maintainance/>
35
+    {/* <App /> */}
36 36
   </Provider>
37 37
 );
38 38
 

正在加载...
取消
保存