xjc 3 tahun lalu
induk
melakukan
b772fd67ca
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      project.config.json
  2. 2 2
      utils/api.js

+ 1 - 1
project.config.json

@@ -27,7 +27,7 @@
 	},
 	"compileType": "miniprogram",
 	"libVersion": "2.15.0",
-	"appid": "wxefb72c1e5fb5add2",
+	"appid": "wxb299e10e65157301",
 	"projectname": "newwzb_xcx",
 	"debugOptions": {
 		"hidedInDevtools": []

+ 2 - 2
utils/api.js

@@ -4,8 +4,8 @@ const PUT = 'PUT';
 const FORM = 'FORM';
 const DELETE = 'DELETE';
 
-const baseURL = 'https://wx.scxjc.club';
-// const baseURL = 'https://www.hunanwanzhu.com';
+// const baseURL = 'https://wx.scxjc.club';
+const baseURL = 'https://www.hunanwanzhu.com';
 
 
 function request(method, url, data) {