From 15253267fcf94b2c29b809d7407bc31577ac8185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9C=E6=80=80=E7=A3=8A=E2=80=9D?= <2280131253@qq.com> Date: Wed, 23 Feb 2022 18:04:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20api=20key=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0=E4=B8=AA=E4=BA=BA=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/NavHeader/AccountDropdown.vue | 7 +-- src/router/profile/index.js | 12 +++++- .../NavHeader => views/profile}/ApiKey.vue | 43 ++++++------------- 3 files changed, 24 insertions(+), 38 deletions(-) rename src/{layout/components/NavHeader => views/profile}/ApiKey.vue (78%) diff --git a/src/layout/components/NavHeader/AccountDropdown.vue b/src/layout/components/NavHeader/AccountDropdown.vue index 10a21b991..27f1e913e 100644 --- a/src/layout/components/NavHeader/AccountDropdown.vue +++ b/src/layout/components/NavHeader/AccountDropdown.vue @@ -12,19 +12,14 @@ {{ $t('common.nav.Logout') }} - -