From 7ffda168f58d4bf39d68bb51f3e28a99fc01a705 Mon Sep 17 00:00:00 2001 From: jiang Date: Tue, 29 Oct 2024 14:19:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 5 + src/api/config.js | 9 ++ src/components/Crontab/index.vue | 1 - src/main.js | 18 +-- src/permission.js | 1 - src/store/getters.js | 6 +- src/store/index.js | 1 - src/utils/bonus.js | 2 - src/utils/config.js | 10 ++ src/utils/configure.js | 69 ---------- src/utils/dict/DictOptions.js | 1 - src/utils/passwordConfig.js | 17 --- src/utils/request.js | 32 +---- src/utils/validate.js | 81 ++--------- src/views/login.vue | 4 +- src/views/login1.vue | 25 ++-- src/views/register1.vue | 24 ++-- src/views/system/dept/index.vue | 11 +- src/views/system/dict/index.vue | 2 +- src/views/system/log/logAnalyse/index.vue | 1 - src/views/system/menu/index.vue | 4 +- src/views/system/user/index.vue | 148 ++------------------- src/views/system/user/profile/resetPwd.vue | 2 +- 23 files changed, 95 insertions(+), 379 deletions(-) create mode 100644 src/api/config.js create mode 100644 src/utils/config.js delete mode 100644 src/utils/passwordConfig.js diff --git a/src/App.vue b/src/App.vue index b92ea379..97626af5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,10 +7,15 @@