feat: 登录

This commit is contained in:
Tony 2023-10-26 10:46:47 +08:00
parent f1ce6f2e57
commit b7509958c0
2 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -116,10 +116,11 @@ export default {
let port = window.location.port;
const loginDom = document.getElementById('loginDom');
switch (port) {
case '130':
case '9130':
document.title = '智慧车间安防监控与管理'
loginDom.style.backgroundImage = 'url(/images/che-bg.png)'
break;
case '140':
case '9140':
document.title = '山林生态安全综合监测管理平台'
loginDom.style.backgroundImage = 'url(/images/forest-bg.png)'
break;