diff --git a/yxt-portal-ui/.env.development b/yxt-portal-ui/.env.development index bee6aa64..ca74176f 100644 --- a/yxt-portal-ui/.env.development +++ b/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" diff --git a/yxt-portal-ui/src/assets/home/bIcon11.png b/yxt-portal-ui/src/assets/home/bIcon11.png new file mode 100644 index 00000000..02dd4828 Binary files /dev/null and b/yxt-portal-ui/src/assets/home/bIcon11.png differ diff --git a/yxt-portal-ui/src/views/Home/Home.vue b/yxt-portal-ui/src/views/Home/Home.vue index 13214e84..6703c6dc 100644 --- a/yxt-portal-ui/src/views/Home/Home.vue +++ b/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') } } }