xtz hace 4 años
padre
commit
9cb7a2e615
Se han modificado 3 ficheros con 5 adiciones y 5 borrados
  1. 2 2
      app.js
  2. 1 1
      project.config.json
  3. 2 2
      utils/http.js

+ 2 - 2
app.js

@@ -54,8 +54,8 @@ App({
   globalData: {
     userInfo: null,
     appid: 'wx4398d60942bc7710',
-    imgUrl: 'https://zmbx.oss-cn-shanghai.aliyuncs.com/'
-    // imgUrl: 'http://cdn.info666.com/'
+    // imgUrl: 'https://zmbx.oss-cn-shanghai.aliyuncs.com/'
+    imgUrl: 'http://cdn.info666.com/'
     // wx289928fedd0242a5 测试
     // wx0883711d2af54d70 正式
   }

+ 1 - 1
project.config.json

@@ -38,7 +38,7 @@
   },
   "compileType": "miniprogram",
   "libVersion": "2.4.4",
-  "appid": "wx0883711d2af54d70",
+  "appid": "wx289928fedd0242a5",
   "projectname": "iSnow2",
   "debugOptions": {
     "hidedInDevtools": []

+ 2 - 2
utils/http.js

@@ -7,8 +7,8 @@ const jheader = {
 }
 
 
-// const url = 'http://118.24.176.28:8778'
-const url = 'https://api.winwin-sport.com'
+const url = 'http://118.24.176.28:8778'
+// const url = 'https://api.winwin-sport.com'
 
 let RQ = []
 function request(api, method, header, data, hideLoading) {