Browse Source

默认请求页面

yf_zd 5 years atrás
parent
commit
7d0bdcdda8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -44,7 +44,7 @@ Vue.use(Router)
 export default new Router({
   routes: [{
       path: '',
-      redirect: '/login'
+      redirect: '/index/home'
     },
     {
       path: '/login',