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