feat: 重庆银钢登录页

This commit is contained in:
Tony 2023-11-14 10:29:37 +08:00
parent 3c9bf18566
commit e25d7b7c3e
2 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -138,9 +138,14 @@ export default {
const dom = document.querySelector('.login-form')
dom.style.marginLeft = '0'
break;
case '9170':
document.title = '重庆银钢科技(集团)有限公司数字农机管理平台项目'
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
this.redirect = '/index'
break;
default:
document.title = '山林生态安全综合监测管理平台'
loginDom.style.backgroundImage = 'url(/images/forest-bg.png)'
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
this.redirect = '/index'
break;
}