From 018e5016473c07cd686729aeeab77c5b88bbbc8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Tue, 9 Sep 2025 13:45:53 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=B9=B3=E4=BB=B7=E5=95=86?= =?UTF-8?q?=E5=93=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages/supply_chain/supply_chain.vue | 374 +++++++++++++++------------- utils/config.js | 4 +- 3 files changed, 197 insertions(+), 183 deletions(-) diff --git a/manifest.json b/manifest.json index dc889ac..1d18e4f 100644 --- a/manifest.json +++ b/manifest.json @@ -67,7 +67,7 @@ "__platform__" : [ "ios" ] }, "weixin" : { - "__platform__" : [ "ios", "android" ], + "__platform__" : [ "ios" ], "appid" : "wxb1deb175472de036", "UniversalLinks" : "" } diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue index 32f432a..0775806 100644 --- a/pages/supply_chain/supply_chain.vue +++ b/pages/supply_chain/supply_chain.vue @@ -1,194 +1,208 @@ diff --git a/utils/config.js b/utils/config.js index fef948f..c5b36ab 100644 --- a/utils/config.js +++ b/utils/config.js @@ -1,9 +1,9 @@ // export const BASE_URL="https://frontend.jdns360.com/api"; // 正式环境 // export const BASE_URL="http://cl55un59859.vicp.fun:24346"; // 测试环境 -// export const BASE_URL = "https://api.tbmall.xin"; //生产 +export const BASE_URL = "https://api.tbmall.xin"; //生产 // export const BASE_URL ='http://api.hm.a-d.work:6880' // 测试 -export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试 +// export const BASE_URL ='http://api.outer.tbmall.xin:6880' // 本地测试