feat 九龙坡登录页

This commit is contained in:
xuyoubin 2023-11-23 14:41:19 +08:00
parent 6037d5da37
commit 9abcd0695c
3 changed files with 9 additions and 0 deletions

BIN
god-ui/public/images/jp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 KiB

View File

@ -56,6 +56,10 @@ export default {
this.title = '重庆银钢科技数字农机平台'
document.title = '重庆银钢科技数字农机管理平台项目'
break;
case '9180':
this.title = '九龙坡区城市管理系统'
document.title = '九龙坡区城市管理系统升级维护平台'
break;
default:
this.title = ''
document.title = ''

View File

@ -143,6 +143,11 @@ export default {
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
this.redirect = '/index'
break;
case '9180':
document.title = '九龙坡区城市管理系统升级维护平台'
loginDom.style.backgroundImage = 'url(/images/jp.png)'
this.redirect = '/index'
break;
default:
document.title = ''
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'