feat:数字农机管理平台建设项目 登陆

This commit is contained in:
xuyoubin 2024-01-04 16:41:39 +08:00
parent 78871796d3
commit 76a03fc580

View File

@ -232,11 +232,10 @@ export default {
break; break;
case '9380': case '9380':
document.title = '数字农机管理平台建设项目' document.title = '数字农机管理平台建设项目'
loginDom.style.backgroundImage = 'url(/images/shuzi-bg.png)' loginDom.style.backgroundImage = 'url(/images/shuzi.png)'
this.redirect = '/index' this.redirect = '/index'
break; break;
default: default:
document.title = '' document.title = ''
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)' loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
this.redirect = '/index' this.redirect = '/index'