feat: 重庆银钢登录页
This commit is contained in:
parent
3c9bf18566
commit
e25d7b7c3e
BIN
god-ui/public/images/gangyin-bg.png
Normal file
BIN
god-ui/public/images/gangyin-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user