💥 feat(ui): 添加备案

This commit is contained in:
fhysy 2024-06-27 17:42:43 +08:00
parent 059e96287b
commit 088f539be6
9 changed files with 38 additions and 20 deletions

View File

@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png'
VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = '数字用电管理系统' VUE_APP_SYSTEM_NAME = '数字用电管理系统'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'images/banner.png'
VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '闽ICP备2023009805号-2'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = 'DS-service' VUE_APP_SYSTEM_NAME = 'DS-service'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png'
VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = '数字用电管理系统' VUE_APP_SYSTEM_NAME = '数字用电管理系统'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png'
VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = '数字用电管理系统' VUE_APP_SYSTEM_NAME = '数字用电管理系统'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -16,6 +16,8 @@ VUE_APP_BANNER_URL = 'images/banner.png'
VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/dr/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/dr/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '闽ICP备2023009805号-2'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = 'DS-service' VUE_APP_SYSTEM_NAME = 'DS-service'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -19,6 +19,8 @@ VUE_APP_BANNER_URL = 'logo/drgy/banner.png'
VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg' VUE_APP_GZGQR_URL = 'images/drgy/gzhqr.jpg'
# 小程序二维码 # 小程序二维码
VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg' VUE_APP_YDXCX_URL = 'images/drgy/ydxcx.jpg'
# 备案号
VUE_APP_RECORD_NUMBER = '沪ICP备2024070570号-1'
# 系统名称 # 系统名称
VUE_APP_SYSTEM_NAME = '数字用电管理系统' VUE_APP_SYSTEM_NAME = '数字用电管理系统'
# 系统登录页 login-green、login-blue-black、login-blue-white # 系统登录页 login-green、login-blue-black、login-blue-white

View File

@ -80,9 +80,9 @@
</div> </div>
</div> </div>
<!-- 底部 --> <!-- 底部 -->
<!-- <div class="el-login-footer"> <div class="el-login-footer">
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span> <span>备案号{{ recordNumber }}</span>
</div> --> </div>
</div> </div>
</template> </template>
@ -121,7 +121,8 @@ export default {
code: [{ required: true, trigger: "change", message: "验证码不能为空" }] code: [{ required: true, trigger: "change", message: "验证码不能为空" }]
}, },
loading: false, loading: false,
redirect: undefined redirect: undefined,
recordNumber: '',
}; };
}, },
watch: { watch: {
@ -139,6 +140,7 @@ export default {
// this.logoUrl = process.env.VUE_APP_LGOG_URL; // this.logoUrl = process.env.VUE_APP_LGOG_URL;
this.logoUrl = require('@/assets/' + 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.systemName = process.env.VUE_APP_SYSTEM_NAME;
this.recordNumber = process.env.VUE_APP_RECORD_NUMBER;
this.getCode(); this.getCode();
this.getCookie(); this.getCookie();
@ -381,12 +383,12 @@ export default {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
position: fixed; position: fixed;
bottom: 0; bottom: 10px;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: #fff; color: #fff;
font-family: Arial; font-family: Arial;
font-size: 12px; font-size: 15px;
letter-spacing: 1px; letter-spacing: 1px;
} }
.login-code-img { .login-code-img {

View File

@ -82,9 +82,9 @@
</div> </div>
</div> </div>
<!-- 底部 --> <!-- 底部 -->
<!-- <div class="el-login-footer"> <div class="el-login-footer">
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span> <span>备案号{{ recordNumber }}</span>
</div> --> </div>
</div> </div>
</template> </template>
@ -124,7 +124,8 @@ export default {
code: [{ required: true, trigger: "change", message: "验证码不能为空" }] code: [{ required: true, trigger: "change", message: "验证码不能为空" }]
}, },
loading: false, loading: false,
redirect: undefined redirect: undefined,
recordNumber: '',
}; };
}, },
watch: { watch: {
@ -143,6 +144,7 @@ export default {
this.logoUrl = require('@/assets/' + process.env.VUE_APP_LGOG168_URL); this.logoUrl = require('@/assets/' + process.env.VUE_APP_LGOG168_URL);
this.bannerUrl = require('@/assets/' + process.env.VUE_APP_BANNER_URL); this.bannerUrl = require('@/assets/' + process.env.VUE_APP_BANNER_URL);
this.systemName = process.env.VUE_APP_SYSTEM_NAME; this.systemName = process.env.VUE_APP_SYSTEM_NAME;
this.recordNumber = process.env.VUE_APP_RECORD_NUMBER;
this.getCode(); this.getCode();
this.getCookie(); this.getCookie();
@ -388,12 +390,12 @@ export default {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
position: fixed; position: fixed;
bottom: 0; bottom: 10px;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: #fff; color: #0066CC;
font-family: Arial; font-family: Arial;
font-size: 12px; font-size: 15px;
letter-spacing: 1px; letter-spacing: 1px;
} }
.login-code-img { .login-code-img {

View File

@ -77,9 +77,9 @@
</el-form> </el-form>
</div> </div>
<!-- 底部 --> <!-- 底部 -->
<!-- <div class="el-login-footer"> <div class="el-login-footer">
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span> <span>备案号{{ recordNumber }}</span>
</div> --> </div>
</div> </div>
</template> </template>
@ -118,7 +118,8 @@ export default {
code: [{ required: true, trigger: "change", message: "验证码不能为空" }] code: [{ required: true, trigger: "change", message: "验证码不能为空" }]
}, },
loading: false, loading: false,
redirect: undefined redirect: undefined,
recordNumber: '',
}; };
}, },
watch: { watch: {
@ -136,6 +137,7 @@ export default {
// this.logoUrl = process.env.VUE_APP_LGOG_URL; // this.logoUrl = process.env.VUE_APP_LGOG_URL;
this.logoUrl = require('@/assets/' + 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.systemName = process.env.VUE_APP_SYSTEM_NAME;
this.recordNumber = process.env.VUE_APP_RECORD_NUMBER;
this.getCode(); this.getCode();
this.getCookie(); this.getCookie();
@ -366,12 +368,12 @@ export default {
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
position: fixed; position: fixed;
bottom: 0; bottom: 10px;
width: 100%; width: 100%;
text-align: center; text-align: center;
color: #fff; color: #00A9AB;
font-family: Arial; font-family: Arial;
font-size: 12px; font-size: 15px;
letter-spacing: 1px; letter-spacing: 1px;
} }
.login-code-img { .login-code-img {