From 25e11560481565c090e68c31183d8474690c3ceb Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Thu, 18 Jul 2024 11:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=9C=B0=E5=9D=80=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/globalJs/globalJs.js | 5 +- manifest.json | 3 +- pages/index/index.vue | 846 +++++++++++++++++++----------------- 3 files changed, 449 insertions(+), 405 deletions(-) diff --git a/common/globalJs/globalJs.js b/common/globalJs/globalJs.js index b18fb79..60bdfd0 100644 --- a/common/globalJs/globalJs.js +++ b/common/globalJs/globalJs.js @@ -1,8 +1,9 @@ // 请求时接口的公用部分 // #ifdef APP-PLUS || MP // const baseUrl = "http://116.62.210.143:9002"; -const baseUrl = "http://118.89.79.160:8800/HiatmpPro"; -const chatUrl = "http://118.89.79.160:8800/HiatmpPro"; +// const baseUrl = "http://118.89.79.160:8800/HiatmpPro"; +const baseUrl = "http://219.147.31.25:30001/tht-app-api"; +const chatUrl = "http://219.147.31.25:30001/hitap"; // #endif // #ifdef H5 const baseUrl = "/HiatmpPro"; diff --git a/manifest.json b/manifest.json index e0f3f12..85099d9 100644 --- a/manifest.json +++ b/manifest.json @@ -135,7 +135,8 @@ "https" : false, "proxy" : { "/HiatmpPro" : { - "target" : "http://118.89.79.160:8800", + // "target" : "http://118.89.79.160:8800", + "target" : "http://219.147.31.25:30001/tht-app-api", "changeOrigin" : true, "secure" : false, "pathRewrite" : { diff --git a/pages/index/index.vue b/pages/index/index.vue index 890150f..f70b238 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,402 +1,444 @@ - - - - - - + + + + + + \ No newline at end of file