From 018ecf62b8a0365cb70b88d24a18b09e012ca909 Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期二, 16 九月 2025 14:54:07 +0800 Subject: [PATCH] Merge branch 'dev-v1.1' of http://120.26.58.240:8888/r/flexJobAdmin into dev-v1.1 --- src/router/index.ts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/router/index.ts b/src/router/index.ts index e4bb571..8971257 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -105,6 +105,16 @@ }, }, { + path: '/ProtocolManage/TemplateKeyEdit/:id', + name: 'TemplateKeyEdit', + hidden: true, + component: () => import('@/views/ProtocolManage/TemplateKeyEdit.vue'), + meta: { + title: '鐢靛瓙绛炬ā鏉垮埗鐗�', + rank: 102, + }, + }, + { path: '/Error', component: ErrorLayout, redirect: '/Error/401', -- Gitblit v1.9.1