From 9c44fe342b6d02e95353f9faec47ca770b2c9c66 Mon Sep 17 00:00:00 2001 From: zhuoda Date: Sat, 6 Apr 2024 21:27:58 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90v3.1.0=E3=80=911=E3=80=81=E3=80=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=919=E7=A7=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=9B=BE=E5=92=8C=E6=A0=B7=E5=BC=8F;=202?= =?UTF-8?q?=E3=80=81=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F=E5=88=87=E6=8D=A2;=203?= =?UTF-8?q?=E3=80=81=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E5=88=87=E6=8D=A2;=204=E3=80=81=E3=80=90?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E3=80=91=E7=A7=BB=E9=99=A4cookie=E4=BF=9D?= =?UTF-8?q?=E5=AD=98token=EF=BC=8C=E6=94=B9=E4=B8=BA=E4=BD=BF=E7=94=A8loca?= =?UTF-8?q?lStorage;=205=E3=80=81=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=20ant=20design=20vue=20=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=E7=89=88=E6=9C=AC;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../javascript-ant-design-vue3/package.json | 33 +- .../javascript-ant-design-vue3/src/App.vue | 35 +- .../src/assets/images/login/ali-icon.png | Bin 7011 -> 2506 bytes .../src/assets/images/login/douyin-icon.png | Bin 0 -> 3160 bytes .../src/assets/images/login/feishu-icon.png | Bin 0 -> 2608 bytes .../src/assets/images/login/google-icon.png | Bin 6228 -> 3066 bytes .../src/assets/images/login/left-bg1.png | Bin 0 -> 362923 bytes .../src/assets/images/login/left-bg2.png | Bin 0 -> 239736 bytes .../src/assets/images/login/login-bg.png | Bin 0 -> 185224 bytes .../src/assets/images/login/login-bg2.png | Bin 0 -> 278769 bytes .../src/assets/images/login/login-bg3.png | Bin 0 -> 211157 bytes .../login/{login-bg.jpg => login-bg4 .png} | Bin .../src/assets/images/login/qq-icon.png | Bin 5353 -> 3697 bytes .../src/assets/images/login/wechat-icon.png | Bin 6657 -> 3726 bytes .../src/assets/images/login/weibo-icon.png | Bin 7799 -> 3388 bytes .../src/config/app-config.js | 4 + .../src/constants/local-storage-key-const.js | 2 + .../src/i18n/lang/en-US/index.js | 2 + .../src/i18n/lang/zh-CN/index.js | 2 + .../header-user-space/header-avatar.vue | 3 - .../header-user-space/header-setting.vue | 76 +++- .../components/header-user-space/index.vue | 20 +- .../src/layout/components/page-tag/index.vue | 33 +- .../components/side-expand-menu/top-menu.vue | 7 +- .../src/layout/components/side-menu/index.vue | 10 +- .../src/layout/components/top-menu/index.vue | 16 +- .../src/lib/axios.js | 8 +- .../javascript-ant-design-vue3/src/main.js | 6 +- .../src/router/index.js | 7 +- .../src/router/system/login.js | 2 +- .../src/store/modules/system/user.js | 4 +- .../src/theme/color.js | 38 ++ .../src/utils/cookie-util.js | 29 -- .../src/utils/local-util.js | 1 + .../system/home/components/changelog-card.vue | 2 +- .../home/components/default-home-card.vue | 61 +-- .../home/components/echarts/category.vue | 2 +- .../system/home/components/echarts/gauge.vue | 175 ++++---- .../home/components/echarts/gradient.vue | 372 +++++++++--------- .../system/home/components/echarts/pie.vue | 126 +++--- .../home/components/official-account-card.vue | 2 +- .../quick-entry/home-quick-entry.vue | 215 +++++----- .../home/components/to-be-done-card.vue | 4 +- .../src/views/system/home/home-notice.vue | 7 +- .../src/views/system/login/login.less | 11 +- .../src/views/system/login/login.vue | 44 ++- .../src/views/system/login2/login.less | 196 +++++++++ .../src/views/system/login2/login.vue | 175 ++++++++ .../src/views/system/login3/login.less | 204 ++++++++++ .../src/views/system/login3/login.vue | 176 +++++++++ 50 files changed, 1499 insertions(+), 611 deletions(-) create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/douyin-icon.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/feishu-icon.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/left-bg1.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/left-bg2.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/login-bg.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/login-bg2.png create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/login-bg3.png rename smart-admin-web/javascript-ant-design-vue3/src/assets/images/login/{login-bg.jpg => login-bg4 .png} (100%) create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/theme/color.js delete mode 100644 smart-admin-web/javascript-ant-design-vue3/src/utils/cookie-util.js create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/views/system/login2/login.less create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/views/system/login2/login.vue create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/views/system/login3/login.less create mode 100644 smart-admin-web/javascript-ant-design-vue3/src/views/system/login3/login.vue diff --git a/smart-admin-web/javascript-ant-design-vue3/package.json b/smart-admin-web/javascript-ant-design-vue3/package.json index 856ed5e9..023b0d66 100644 --- a/smart-admin-web/javascript-ant-design-vue3/package.json +++ b/smart-admin-web/javascript-ant-design-vue3/package.json @@ -19,33 +19,32 @@ "dependencies": { "@wangeditor/editor": "5.1.14", "@wangeditor/editor-for-vue": "5.1.12", - "ant-design-vue": "4.0.7", - "axios": "1.4.0", + "ant-design-vue": "4.1.2", + "axios": "1.6.8", "clipboard": "2.0.11", "crypto-js": "4.1.1", "decimal.js": "10.3.1", - "diff": "5.1.0", - "diff2html": "3.4.18", + "diff": "5.2.0", + "diff2html": "3.4.47", "echarts": "5.4.3", "highlight.js": "11.8.0", - "js-cookie": "3.0.5", "lodash": "4.17.21", - "lunar-javascript": "1.6.3", - "mitt": "3.0.0", + "lunar-javascript": "1.6.12", + "mitt": "3.0.1", "nprogress": "0.2.0", - "pinia": "2.1.6", - "sm-crypto": "^0.3.13", + "pinia": "2.1.7", + "sm-crypto": "0.3.13", "sortablejs": "1.15.0", "ua-parser-js": "1.0.35", "v-viewer": "~1.6.4", - "vue": "3.3.4", - "vue-i18n": "9.2.2", - "vue-router": "4.2.4", + "vue": "3.3.13", + "vue-i18n": "9.10.2", + "vue-router": "4.3.0", "vue3-json-viewer": "2.2.2" }, "devDependencies": { - "@vitejs/plugin-vue": "4.5.0", - "@vue/compiler-sfc": "3.3.4", + "@vitejs/plugin-vue": "5.0.4", + "@vue/compiler-sfc": "3.4.21", "eslint": "^8.16.0", "eslint-config-prettier": "~9.0.0", "eslint-plugin-prettier": "~5.0.0", @@ -58,9 +57,9 @@ "stylelint-config-prettier": "~9.0.3", "stylelint-config-standard": "~25.0.0", "stylelint-order": "~5.0.0", - "terser": "~5.19.2", - "vite": "5.0.0", - "vue-eslint-parser": "~9.3.1" + "terser": "~5.29.2", + "vite": "5.2.6", + "vue-eslint-parser": "~9.4.2" }, "engines": { "node": ">=18" diff --git a/smart-admin-web/javascript-ant-design-vue3/src/App.vue b/smart-admin-web/javascript-ant-design-vue3/src/App.vue index 671ce106..fe95e80e 100644 --- a/smart-admin-web/javascript-ant-design-vue3/src/App.vue +++ b/smart-admin-web/javascript-ant-design-vue3/src/App.vue @@ -9,7 +9,29 @@ -->