Browse Source

debug mshop

stanley-king 7 years ago
parent
commit
2736e4524f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/router/routes.js

+ 4 - 4
src/router/routes.js

@@ -106,10 +106,10 @@ export default [
             }
         ]
     },
-    // {
-    //     path: '/',
-    //     redirect: '/main/index/list/0'
-    // },
+    {
+        path: '/',
+        redirect: '/main/index/list/0'
+    },
     {
         path: '/login',
         component: LogIn