This commit is contained in:
2023-12-28 11:06:02 +08:00
parent 3b12fa1f45
commit 105d469834

View File

@@ -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'}
}]
}