From 088f539be66592d451f11cd439602fb5f7218e4b Mon Sep 17 00:00:00 2001 From: fhysy <1149505133@qq.com> Date: Thu, 27 Jun 2024 17:42:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A5=20feat(ui):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=A4=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.dr | 2 ++ .env.drgy | 2 ++ .env.drgyprod | 2 ++ .env.drprod | 2 ++ .env.production | 2 ++ src/views/login-blue-black.vue | 14 ++++++++------ src/views/login-blue-white.vue | 16 +++++++++------- src/views/login-green.vue | 16 +++++++++------- 9 files changed, 38 insertions(+), 20 deletions(-) diff --git a/.env.development b/.env.development index d6f5aede..964dd1f3 100644 --- a/.env.development +++ b/.env.development @@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1' # 系统名称 VUE_APP_SYSTEM_NAME = '数字用电管理系统' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/.env.dr b/.env.dr index 5fe76e2e..6ba8cbb1 100644 --- a/.env.dr +++ b/.env.dr @@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'images/banner.png' VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '闽ICP备2023009805号-2' # 系统名称 VUE_APP_SYSTEM_NAME = 'DS-service' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/.env.drgy b/.env.drgy index cdcab89f..0b4640ef 100644 --- a/.env.drgy +++ b/.env.drgy @@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1' # 系统名称 VUE_APP_SYSTEM_NAME = '数字用电管理系统' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/.env.drgyprod b/.env.drgyprod index c6243a45..ebf1fc8c 100644 --- a/.env.drgyprod +++ b/.env.drgyprod @@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1' # 系统名称 VUE_APP_SYSTEM_NAME = '数字用电管理系统' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/.env.drprod b/.env.drprod index ce94fc09..7c794492 100644 --- a/.env.drprod +++ b/.env.drprod @@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'images/banner.png' VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '闽ICP备2023009805号-2' # 系统名称 VUE_APP_SYSTEM_NAME = 'DS-service' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/.env.production b/.env.production index c2833578..b4e5e390 100644 --- a/.env.production +++ b/.env.production @@ -19,6 +19,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' # 小程序二维码 VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' +# 备案号 +VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1' # 系统名称 VUE_APP_SYSTEM_NAME = '数字用电管理系统' # 系统登录页 login-green、login-blue-black、login-blue-white diff --git a/src/views/login-blue-black.vue b/src/views/login-blue-black.vue index adb32085..11246246 100644 --- a/src/views/login-blue-black.vue +++ b/src/views/login-blue-black.vue @@ -80,9 +80,9 @@ - + @@ -121,7 +121,8 @@ export default { code: [{ required: true, trigger: "change", message: "验证码不能为空" }] }, loading: false, - redirect: undefined + redirect: undefined, + recordNumber: '', }; }, watch: { @@ -139,6 +140,7 @@ export default { // this.logoUrl = process.env.VUE_APP_LGOG_URL; this.logoUrl = require('@/assets/' + process.env.VUE_APP_LGOG_URL); this.systemName = process.env.VUE_APP_SYSTEM_NAME; + this.recordNumber = process.env.VUE_APP_RECORD_NUMBER; this.getCode(); this.getCookie(); @@ -381,12 +383,12 @@ export default { height: 40px; line-height: 40px; position: fixed; - bottom: 0; + bottom: 10px; width: 100%; text-align: center; color: #fff; font-family: Arial; - font-size: 12px; + font-size: 15px; letter-spacing: 1px; } .login-code-img { diff --git a/src/views/login-blue-white.vue b/src/views/login-blue-white.vue index ddcb1f5c..f2e0ce3e 100644 --- a/src/views/login-blue-white.vue +++ b/src/views/login-blue-white.vue @@ -82,9 +82,9 @@ - + @@ -124,7 +124,8 @@ export default { code: [{ required: true, trigger: "change", message: "验证码不能为空" }] }, loading: false, - redirect: undefined + redirect: undefined, + recordNumber: '', }; }, watch: { @@ -143,6 +144,7 @@ export default { this.logoUrl = require('@/assets/' + process.env.VUE_APP_LGOG168_URL); this.bannerUrl = require('@/assets/' + process.env.VUE_APP_BANNER_URL); this.systemName = process.env.VUE_APP_SYSTEM_NAME; + this.recordNumber = process.env.VUE_APP_RECORD_NUMBER; this.getCode(); this.getCookie(); @@ -388,12 +390,12 @@ export default { height: 40px; line-height: 40px; position: fixed; - bottom: 0; + bottom: 10px; width: 100%; text-align: center; - color: #fff; + color: #0066CC; font-family: Arial; - font-size: 12px; + font-size: 15px; letter-spacing: 1px; } .login-code-img { diff --git a/src/views/login-green.vue b/src/views/login-green.vue index ba43d853..cbe5e1a6 100644 --- a/src/views/login-green.vue +++ b/src/views/login-green.vue @@ -77,9 +77,9 @@ - + @@ -118,7 +118,8 @@ export default { code: [{ required: true, trigger: "change", message: "验证码不能为空" }] }, loading: false, - redirect: undefined + redirect: undefined, + recordNumber: '', }; }, watch: { @@ -136,6 +137,7 @@ export default { // this.logoUrl = process.env.VUE_APP_LGOG_URL; this.logoUrl = require('@/assets/' + process.env.VUE_APP_LGOG_URL); this.systemName = process.env.VUE_APP_SYSTEM_NAME; + this.recordNumber = process.env.VUE_APP_RECORD_NUMBER; this.getCode(); this.getCookie(); @@ -366,12 +368,12 @@ export default { height: 40px; line-height: 40px; position: fixed; - bottom: 0; + bottom: 10px; width: 100%; text-align: center; - color: #fff; + color: #00A9AB; font-family: Arial; - font-size: 12px; + font-size: 15px; letter-spacing: 1px; } .login-code-img {