Przeglądaj źródła

登录路由修改

xjc 4 lat temu
rodzic
commit
e5171cdee3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/router.js

+ 1 - 1
src/router.js

@@ -4,7 +4,7 @@ import Router from 'vue-router'
 Vue.use(Router)
 export default new Router({
   routes: [{
-      path: '/login',
+      path: '/',
       name: 'login',
       component: () => import('./views/Login.vue'),
       show: 0,