diff --git a/common/globalJs/globalJs.js b/common/globalJs/globalJs.js index 53afbf5..1a3e408 100644 --- a/common/globalJs/globalJs.js +++ b/common/globalJs/globalJs.js @@ -2,7 +2,7 @@ // #ifdef APP-PLUS || MP // const baseUrl = "http://116.62.210.143:9002"; // const baseUrl = "http://118.89.79.160:8800/HiatmpPro"; -const baseUrl = "http://49.235.207.167:8800/HiatmpPro"; +const baseUrl = "http://219.147.31.25:8800/HiatmpPro"; // const baseUrl = "http://219.147.31.25:30001/tht-app-api/HiatmpPro"; const chatUrl = "http://219.147.31.25:30001/hitap"; // #endif diff --git a/manifest.json b/manifest.json index 98c10e0..374670e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "隐患排查", - "appid" : "__UNI__68B38F3", + "appid" : "__UNI__9736764", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", diff --git a/pages/index/detail.vue b/pages/index/detail.vue index 0609552..920c4c3 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -110,9 +110,9 @@ 确认 - + @@ -169,6 +169,7 @@ // import { // baseUrl // } from '../../utils/config.js'; + import yindaoPng from '../../static/nav/yindao.png' export default { components: { @@ -177,6 +178,7 @@ }, data() { return { + yindaoPng, active: 0, tablist: [{ title: "信息确认", @@ -514,12 +516,12 @@ if (data.reference.content != null && data.reference.title != null) { this.isShowYindao = true this.$nextTick(() => { - if (item.isOver) { - this.msgList.forEach(item => { + this.msgList.forEach(item => { + if (item.isOver) { item.data = item.data + `` - }) - } + } + }) }) } else { this.isShowYindao = false