Signed-off-by: lcw <1324309909@qq.com>
@@ -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
}