💥 feat(ui): 添加备案
This commit is contained in:
parent
059e96287b
commit
088f539be6
|
@ -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
|
||||
|
|
2
.env.dr
2
.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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -80,9 +80,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<!-- <div class="el-login-footer">
|
||||
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span>
|
||||
</div> -->
|
||||
<div class="el-login-footer">
|
||||
<span>备案号:{{ recordNumber }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -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 {
|
||||
|
|
|
@ -82,9 +82,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<!-- <div class="el-login-footer">
|
||||
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span>
|
||||
</div> -->
|
||||
<div class="el-login-footer">
|
||||
<span>备案号:{{ recordNumber }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -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 {
|
||||
|
|
|
@ -77,9 +77,9 @@
|
|||
</el-form>
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<!-- <div class="el-login-footer">
|
||||
<span>Copyright © 2018-2021 smartpower.vip All Rights Reserved.</span>
|
||||
</div> -->
|
||||
<div class="el-login-footer">
|
||||
<span>备案号:{{ recordNumber }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue