From 9e9bbd003a79f25ead9ca990d2897ab6a2ed824a Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期三, 18 十二月 2024 23:09:47 +0800 Subject: [PATCH] 更新 --- Code Management/WCS/WIDESEAWCS_Client/src/router/viewGird.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Client/src/router/viewGird.js b/Code Management/WCS/WIDESEAWCS_Client/src/router/viewGird.js index cde4249..e32800b 100644 --- a/Code Management/WCS/WIDESEAWCS_Client/src/router/viewGird.js +++ b/Code Management/WCS/WIDESEAWCS_Client/src/router/viewGird.js @@ -53,7 +53,11 @@ path: '/task', name: 'task', component: () => import('@/views/taskinfo/task.vue') - }, { + }, { + path: '/task_Hty', + name: 'task_Hty', + component: () => import('@/views/taskinfo/task_Hty.vue') + },{ path: '/router', name: 'router', component: () => import('@/views/basicinfo/router.vue') -- Gitblit v1.9.3