fix:重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目 BUG

This commit is contained in:
xuyoubin 2023-12-28 09:05:29 +08:00
parent 7557a91c41
commit 4b40062a32
2 changed files with 26 additions and 26 deletions

View File

@ -90,9 +90,9 @@ export default {
break;
case '9310':
//
this.title = '扁鹊设备监测与健康管理平台'
document.title = '扁鹊设备监测与健康管理平台'
this.title = '重庆海螺水泥有限公司'
document.title = '重庆海螺水泥有限公司'
break
case '9320':
//
this.title = '工程设备新能源电池溯源'

View File

@ -183,30 +183,30 @@ export default {
break;
case '9310':
//
document.title = '扁鹊设备监测与健康管理平台'
loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)'
this.redirect = '/index'
const loginForm = document.querySelector('.login-form')
loginForm.style.position = 'relative';
loginForm.style.marginLeft = '0'
loginForm.style.background = 'none';
loginForm.style.border = 'none'
loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)'
loginForm.style.backgroundSize = '100% 100%';
const _title = document.createElement('div');
_title.innerHTML = '扁鹊设备监测与健康管理平台';
_title.style.position = 'fixed';
_title.style.width = '28rem';
_title.style.left = 'calc(50vw - 14rem)';
_title.style.top = '18vh'
_title.style.color = 'transparent'
_title.style.textAlign = 'center'
_title.style.fontSize = '2rem'
_title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)'
_title.style.webkitBackgroundClip = 'text'
// document.title = ''
// loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)'
// this.redirect = '/index'
// const loginForm = document.querySelector('.login-form')
// loginForm.style.position = 'relative';
// loginForm.style.marginLeft = '0'
// loginForm.style.background = 'none';
// loginForm.style.border = 'none'
// loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)'
// loginForm.style.backgroundSize = '100% 100%';
// const _title = document.createElement('div');
// _title.innerHTML = '';
// _title.style.position = 'fixed';
// _title.style.width = '28rem';
// _title.style.left = 'calc(50vw - 14rem)';
// _title.style.top = '18vh'
// _title.style.color = 'transparent'
// _title.style.textAlign = 'center'
// _title.style.fontSize = '2rem'
// _title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)'
// _title.style.webkitBackgroundClip = 'text'
_title.style.fontFamily = 'BiaoTiFont'
loginForm.appendChild(_title)
// _title.style.fontFamily = 'BiaoTiFont'
// loginForm.appendChild(_title)
break;
case '9320':