Преглед изворни кода

1

Signed-off-by: lcw <1324309909@qq.com>
lcw пре 3 година
родитељ
комит
edca95d565
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -18,7 +18,7 @@ Vue.use(Router).use(ElementUI)
 export default new Router({
   routes: [
     {
-      path: '/',
+      path: '/police',
       name: 'police',
       component: police
     },
@@ -63,7 +63,7 @@ export default new Router({
       component: door
     },
     {
-      path: '/index',
+      path: '/',
       name: 'index',
       component: index
     }