From fc7f961274e0827f3dd5bb8d2f12f8c3ba6839dd Mon Sep 17 00:00:00 2001 From: Jianguo-Genius Date: Wed, 27 Mar 2024 20:08:36 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=92=8C=E5=9C=BA=E6=99=AF=E7=9A=84=E5=9B=9E?= =?UTF-8?q?=E6=94=B6=E7=AB=99=E4=B8=8D=E5=86=8D=E9=9A=90=E8=97=8F=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/pathMap.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/frontend/src/config/pathMap.ts b/frontend/src/config/pathMap.ts index 1ca618aac4..f0ec5b684a 100644 --- a/frontend/src/config/pathMap.ts +++ b/frontend/src/config/pathMap.ts @@ -93,6 +93,13 @@ export const pathMap: PathMapItem[] = [ permission: [], level: MENU_LEVEL[2], }, + { + key: 'API_TEST_MANAGEMENT_RECYCLE', // 接口测试-回收站 + locale: 'menu.apiTest.management.bugRecycle', + route: RouteEnum.API_TEST_MANAGEMENT_RECYCLE, + permission: [], + level: MENU_LEVEL[2], + }, ], }, { @@ -101,6 +108,15 @@ export const pathMap: PathMapItem[] = [ route: RouteEnum.API_TEST_SCENARIO, permission: [], level: MENU_LEVEL[2], + children: [ + { + key: 'API_TEST_SCENARIO_RECYCLE', // 接口测试-回收站 + locale: 'menu.apiTest.scenario.bugRecycle', + route: RouteEnum.API_TEST_SCENARIO_RECYCLE, + permission: [], + level: MENU_LEVEL[2], + }, + ], }, { key: 'API_TEST_REPORT', // 接口测试-接口测试报告