xiaohuangmao il y a 4 ans
Parent
commit
d58fd02cf8
3 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 2 1
      .gitignore
  2. 1 1
      app.json
  3. 2 2
      config.js

+ 2 - 1
.gitignore

@@ -27,4 +27,5 @@ functions/*
 
 build
 **user_bak
-project.config.json
+project.config.json
+config.js

+ 1 - 1
app.json

@@ -1,7 +1,7 @@
 {
   "pages": [
-    "pages/postageDetail/postageDetail",
     "pages/index/index",
+    "pages/postageDetail/postageDetail",
     "pages/postage/postage",
     "pages/postageManage/postageManage",
     "pages/address/address",

+ 2 - 2
config.js

@@ -1,7 +1,7 @@
 // let api = "https://passport.lrlz.com/mobile/index.php";
 // let api = "http://www.xyzshops.cn/mobile/index.php";
-let api = "http://192.168.1.200/mobile/index.php";
-// let api = "https://www.xyzshops.cn/mobile/index.php";
+// let api = "http://192.168.1.200/mobile/index.php";
+let api = "https://www.xyzshops.cn/mobile/index.php";
 
 function getReq(app,data, callback, method)
 {