From 105d4698348d9a086ae109a0bbfd76eb20b7735c Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 28 Dec 2023 11:06:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'} }] }