From 1f24566cbcdf9a0485f5c153c9c54126abbbcb45 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 11 May 2023 14:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 669e542..db43e0f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -79,7 +79,7 @@ export default new Router({ path: '/TaskOperates', component: TaskOperates }] - }, + }, { path: '/vehicleinformation', component: VehicleInformation, @@ -93,7 +93,7 @@ export default new Router({ path: '/agvstatus', component: AgvStatus }] - }, + }, { path: '/teach', component: Teach