From 191542d0d4c4aa3918a40c5675c8b9e2e928bf7e Mon Sep 17 00:00:00 2001 From: fan Date: Mon, 13 Mar 2023 11:01:33 +0800 Subject: [PATCH 1/7] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 39 +++++++++----- src/layout/components/Navbar.vue | 2 +- src/layout/components/Title.vue | 34 +++++++----- src/permission.js | 60 +++++---------------- src/store/modules/permission.js | 2 +- src/store/modules/projectConfig.js | 84 +++++++++++++++++++----------- src/views/login/index.vue | 78 +++++++-------------------- src/views/login/normalLogin.vue | 46 ++++++++-------- src/views/login/registerUser.vue | 10 +--- 9 files changed, 156 insertions(+), 199 deletions(-) diff --git a/src/App.vue b/src/App.vue index 3afc67211..937bc8704 100644 --- a/src/App.vue +++ b/src/App.vue @@ -23,7 +23,7 @@