From ca9c467644d4a677273553dd0a3a573dd75bdbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Tue, 6 Dec 2022 10:36:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=94=B9=E5=AF=86?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E6=8A=A5=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ChangeSecreAtutomationDetail/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/accounts/ChangeSecreAtutomation/ChangeSecreAtutomationDetail/index.vue b/src/views/accounts/ChangeSecreAtutomation/ChangeSecreAtutomationDetail/index.vue index 419b813b4..ba89c2889 100644 --- a/src/views/accounts/ChangeSecreAtutomation/ChangeSecreAtutomationDetail/index.vue +++ b/src/views/accounts/ChangeSecreAtutomation/ChangeSecreAtutomationDetail/index.vue @@ -23,8 +23,8 @@ export default { return { plan: { name: '', username: '', comment: '' }, config: { - activeMenu: 'ChangeAuthPlanInfo', - url: '/api/v1/assets/change-secret-automations/', + activeMenu: 'ChangeSecreAtutomationInfo', + url: '/api/v1/assets/change-secret-automations', submenu: [ { title: this.$t('common.BasicInfo'),