From b9740c5fc85e626cb455bc5bac685fa247839d00 Mon Sep 17 00:00:00 2001 From: wankeda <Administrator@DESKTOP-HAU3ST3> Date: 星期五, 18 四月 2025 10:04:38 +0800 Subject: [PATCH] 优化代码 --- 代码管理/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" index cde4249..d5dee3b 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/NEWCode/WIDESEAWCS_Client/src/router/viewGird.js" @@ -53,6 +53,10 @@ path: '/task', name: 'task', component: () => import('@/views/taskinfo/task.vue') + }, { + path: '/cztask', + name: 'cztask', + component: () => import('@/views/taskinfo/cztask.vue') }, { path: '/router', name: 'router', -- Gitblit v1.9.3