fix:重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目 BUG
This commit is contained in:
parent
7557a91c41
commit
4b40062a32
@ -90,9 +90,9 @@ export default {
|
|||||||
break;
|
break;
|
||||||
case '9310':
|
case '9310':
|
||||||
// 重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目
|
// 重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目
|
||||||
this.title = '扁鹊设备监测与健康管理平台'
|
this.title = '重庆海螺水泥有限公司'
|
||||||
document.title = '扁鹊设备监测与健康管理平台'
|
document.title = '重庆海螺水泥有限公司'
|
||||||
|
break
|
||||||
case '9320':
|
case '9320':
|
||||||
// 工程设备新能源电池溯源
|
// 工程设备新能源电池溯源
|
||||||
this.title = '工程设备新能源电池溯源'
|
this.title = '工程设备新能源电池溯源'
|
||||||
|
@ -183,30 +183,30 @@ export default {
|
|||||||
break;
|
break;
|
||||||
case '9310':
|
case '9310':
|
||||||
// 重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目
|
// 重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目
|
||||||
document.title = '扁鹊设备监测与健康管理平台'
|
// document.title = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目'
|
||||||
loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)'
|
// loginDom.style.backgroundImage = 'url(/images/hailuo-bg.png)'
|
||||||
this.redirect = '/index'
|
// this.redirect = '/index'
|
||||||
const loginForm = document.querySelector('.login-form')
|
// const loginForm = document.querySelector('.login-form')
|
||||||
loginForm.style.position = 'relative';
|
// loginForm.style.position = 'relative';
|
||||||
loginForm.style.marginLeft = '0'
|
// loginForm.style.marginLeft = '0'
|
||||||
loginForm.style.background = 'none';
|
// loginForm.style.background = 'none';
|
||||||
loginForm.style.border = 'none'
|
// loginForm.style.border = 'none'
|
||||||
loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)'
|
// loginForm.style.backgroundImage = 'url(/images/hailuo-login.png)'
|
||||||
loginForm.style.backgroundSize = '100% 100%';
|
// loginForm.style.backgroundSize = '100% 100%';
|
||||||
const _title = document.createElement('div');
|
// const _title = document.createElement('div');
|
||||||
_title.innerHTML = '扁鹊设备监测与健康管理平台';
|
// _title.innerHTML = '重庆海螺水泥有限公司扁鹊设备监测与健康管理平台建设项目';
|
||||||
_title.style.position = 'fixed';
|
// _title.style.position = 'fixed';
|
||||||
_title.style.width = '28rem';
|
// _title.style.width = '28rem';
|
||||||
_title.style.left = 'calc(50vw - 14rem)';
|
// _title.style.left = 'calc(50vw - 14rem)';
|
||||||
_title.style.top = '18vh'
|
// _title.style.top = '18vh'
|
||||||
_title.style.color = 'transparent'
|
// _title.style.color = 'transparent'
|
||||||
_title.style.textAlign = 'center'
|
// _title.style.textAlign = 'center'
|
||||||
_title.style.fontSize = '2rem'
|
// _title.style.fontSize = '2rem'
|
||||||
_title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)'
|
// _title.style.backgroundImage = 'linear-gradient(to top, #a5dfff, white)'
|
||||||
_title.style.webkitBackgroundClip = 'text'
|
// _title.style.webkitBackgroundClip = 'text'
|
||||||
|
|
||||||
_title.style.fontFamily = 'BiaoTiFont'
|
// _title.style.fontFamily = 'BiaoTiFont'
|
||||||
loginForm.appendChild(_title)
|
// loginForm.appendChild(_title)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '9320':
|
case '9320':
|
||||||
|
Loading…
Reference in New Issue
Block a user