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 @@
-
-
-
-
-
- 搜索
-
-
-
-
-
- {{item.name}}
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 搜索
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
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' // 本地测试