Browse Source

fix: home router

zhangyuhan 4 years ago
parent
commit
93168420bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jydocs-mobile/src/router/index.ts

+ 1 - 1
jydocs-mobile/src/router/index.ts

@@ -11,7 +11,7 @@ if (process.env.NODE_DEV !== 'production') {
 let routes = [
   {
     path: '/',
-    redirect: 'demo'
+    redirect: 'home'
   },
   {
     path: '/home',