From 13272e92a6c98daad06aa166a6674bf4dac7cc4b Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期一, 21 十月 2024 11:06:55 +0800 Subject: [PATCH] 问题审核1021 --- src/router/index.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 50b1983..41e3ccd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -86,6 +86,12 @@ component: () => import('@/views/fysp/task/MonitorPlanEdit.vue') }, { + //鐩戠浠诲姟璁″垝缂栬緫 + name: 'monitorTaskCreate', + path: '/fysp/task/create', + component: () => import('@/views/fysp/task/MonitorTaskCreate.vue') + }, + { //闂瀹℃牳 name: 'procheck', path: '/fysp/procheck', -- Gitblit v1.9.3