Browse Source

2023-5-26

master
guoxing 2 years ago
parent
commit
b405976cad
  1. 4
      yxt-portal-ui/.env.development
  2. BIN
      yxt-portal-ui/src/assets/home/bIcon11.png
  3. 10
      yxt-portal-ui/src/views/Home/Home.vue

4
yxt-portal-ui/.env.development

@ -5,5 +5,5 @@ ENV = 'development'
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
VUE_APP_URL = "http://127.0.0.1:8112"
##VUE_APP_URL = "http://8.130.39.13:8112"
##VUE_APP_URL = "http://127.0.0.1:8112"
VUE_APP_URL = "http://8.130.39.13:8112"

BIN
yxt-portal-ui/src/assets/home/bIcon11.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

10
yxt-portal-ui/src/views/Home/Home.vue

@ -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')
}
}
}

Loading…
Cancel
Save