diff --git a/src/router/index.js b/src/router/index.js index e1f274e..19e056e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -92,13 +92,13 @@ const router = new VueRouter({ path: 'system', component: System, meta: {jumpPath: '6', guidePath: '3'} - }, { - path: 'remote', - component: Remote, - meta: {jumpPath: '6', guidePath: '4'} }, { path: 'developer', component: Developer, + meta: {jumpPath: '6', guidePath: '4'} + }, { + path: 'remote', + component: Remote, meta: {jumpPath: '6', guidePath: '5'} }] }