feat: WMS 新端口
This commit is contained in:
parent
613f2946d3
commit
38c080cad9
@ -143,6 +143,10 @@ export default {
|
||||
this.title = '机器视觉平台应用与推广项目'
|
||||
document.title = '机器视觉平台应用与推广项目'
|
||||
break;
|
||||
case '9406':
|
||||
this.title = '企业作业综合可视化监管平台'
|
||||
document.title = '企业作业综合可视化监管平台'
|
||||
break;
|
||||
default:
|
||||
|
||||
this.title = ' '
|
||||
|
@ -21,6 +21,7 @@
|
||||
<qcfgquality v-else-if="port === '9402'" />
|
||||
<machine v-else-if="port === '9403'" />
|
||||
<cdapChart v-else-if="port === '9404'" />
|
||||
<interface-home v-else-if="port === '9406'" />
|
||||
<operate-home v-else-if="port === '80' || port === ''"></operate-home>
|
||||
<home-page v-else></home-page>
|
||||
</div>
|
||||
|
@ -283,6 +283,11 @@ export default {
|
||||
dom133.style.marginLeft = '34vw'
|
||||
dom133.style.border = 'none'
|
||||
break;
|
||||
case '9406':
|
||||
document.title = 'WMS及产线数据管理系统项目'
|
||||
loginDom.style.backgroundImage = 'url(/images/qiye-bg.png)'
|
||||
this.redirect = '/index'
|
||||
break;
|
||||
default:
|
||||
document.title = ''
|
||||
loginDom.style.backgroundImage = 'url(/images/gangyin-bg.png)'
|
||||
|
Loading…
Reference in New Issue
Block a user