|
|
@ -260,6 +260,10 @@ |
|
|
|
imgUrl: require('@/assets/home/bbicon.png'), |
|
|
|
title: '仓库集控' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/bIcon11.png'), |
|
|
|
title: '机器人巡检' |
|
|
|
}, |
|
|
|
{ |
|
|
|
imgUrl: require('@/assets/home/bIcon8.png'), |
|
|
|
title: '系统管理' |
|
|
@ -433,7 +437,7 @@ |
|
|
|
defaultOrgPathName: this.defaultOrgPathName, |
|
|
|
defaultOrgPath: this.defaultOrgPath |
|
|
|
} |
|
|
|
if (index === 10) { |
|
|
|
if (index === 11) { |
|
|
|
window.open('/#/index', '_blank') |
|
|
|
} else if (index === 0) { |
|
|
|
// window.open('http://127.0.0.1:9531/#/' + '?token=' + getStorage(), '_blank') |
|
|
@ -460,6 +464,10 @@ |
|
|
|
} else if (index === 9) { |
|
|
|
// window.open('http://192.168.3.8:9532/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
window.open('http://jianguan.yyundong.com/warehouse/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
}else if (index === 10) { |
|
|
|
// 机器人巡检 |
|
|
|
// window.open('http://192.168.3.8:9532/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
// window.open('http://jianguan.yyundong.com/warehouse/#/' + '?token=' + getStorage(), '_blank') |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|