feat: 登录
This commit is contained in:
parent
f1ce6f2e57
commit
b7509958c0
BIN
god-ui/public/images/che-bg.png
Normal file
BIN
god-ui/public/images/che-bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user