feat 九龙坡登录页
This commit is contained in:
parent
6037d5da37
commit
9abcd0695c
BIN
god-ui/public/images/jp.png
Normal file
BIN
god-ui/public/images/jp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 366 KiB |
@ -56,6 +56,10 @@ export default {
|
|||||||
this.title = '重庆银钢科技数字农机平台'
|
this.title = '重庆银钢科技数字农机平台'
|
||||||
document.title = '重庆银钢科技数字农机管理平台项目'
|
document.title = '重庆银钢科技数字农机管理平台项目'
|
||||||
break;
|
break;
|
||||||
|
case '9180':
|
||||||
|
this.title = '九龙坡区城市管理系统'
|
||||||
|
document.title = '九龙坡区城市管理系统升级维护平台'
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
this.title = ''
|
this.title = ''
|
||||||
document.title = ''
|
document.title = ''
|
||||||
|
@ -143,6 +143,11 @@ export default {
|
|||||||
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
|
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
|
||||||
this.redirect = '/index'
|
this.redirect = '/index'
|
||||||
break;
|
break;
|
||||||
|
case '9180':
|
||||||
|
document.title = '九龙坡区城市管理系统升级维护平台'
|
||||||
|
loginDom.style.backgroundImage = 'url(/images/jp.png)'
|
||||||
|
this.redirect = '/index'
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
document.title = ''
|
document.title = ''
|
||||||
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
|
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
|
||||||
|
Loading…
Reference in New Issue
Block a user