From 462aeb6350acb64d867bd5b1ebae31e5c9be01d0 Mon Sep 17 00:00:00 2001
From: liyingang <1345836061@qq.com>
Date: Tue, 13 Aug 2024 20:13:22 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E6=8C=89=E9=92=AE?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/globalJs/globalJs.js | 2 +-
manifest.json | 2 +-
pages/index/detail.vue | 14 ++++++++------
3 files changed, 10 insertions(+), 8 deletions(-)
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