From 0e62d9e1a41f6fa29bd5f459d5c6bf9210300349 Mon Sep 17 00:00:00 2001 From: "aoli.qu" <408346101@qq.com> Date: Mon, 6 Sep 2021 11:33:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- .../GlobalHeader/AvatarDropdown.vue | 4 +-- src/components/GlobalHeader/RightContent.vue | 6 ++-- src/permission.js | 24 +++++++------- src/router/index.js | 3 +- src/store/modules/user.js | 6 ++-- src/views/security/menu/MenuList.vue | 32 ++++++++----------- src/views/security/role/RoleMenuForm.vue | 2 +- src/views/security/user/UserList.vue | 20 ++++++------ src/views/security/user/UserRoleForm.vue | 2 +- vue.config.js | 8 ++--- 11 files changed, 51 insertions(+), 59 deletions(-) diff --git a/.env.development b/.env.development index 03732b7..c857290 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,4 @@ NODE_ENV=development VUE_APP_PREVIEW=true -VUE_APP_API_BASE_URL=/dawa \ No newline at end of file +VUE_APP_API_BASE_URL=/dawa +VUE_APP_PUBLIC_PATH =/ \ No newline at end of file diff --git a/src/components/GlobalHeader/AvatarDropdown.vue b/src/components/GlobalHeader/AvatarDropdown.vue index 73e202e..d631d9a 100644 --- a/src/components/GlobalHeader/AvatarDropdown.vue +++ b/src/components/GlobalHeader/AvatarDropdown.vue @@ -1,8 +1,8 @@