From 9ca96199d92168fe221dda9aba56f55520a561d8 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期二, 29 十月 2024 17:30:59 +0800
Subject: [PATCH] 1
---
WIDESEAWCS_Client/src/router/viewGird.js | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/WIDESEAWCS_Client/src/router/viewGird.js b/WIDESEAWCS_Client/src/router/viewGird.js
index a205441..cde4249 100644
--- a/WIDESEAWCS_Client/src/router/viewGird.js
+++ b/WIDESEAWCS_Client/src/router/viewGird.js
@@ -53,6 +53,10 @@
path: '/task',
name: 'task',
component: () => import('@/views/taskinfo/task.vue')
+ }, {
+ path: '/router',
+ name: 'router',
+ component: () => import('@/views/basicinfo/router.vue')
}]
export default viewgird
--
Gitblit v1.9.3