lenovodn %!s(int64=3) %!d(string=hai) anos
pai
achega
bee0bc39d9
Modificáronse 3 ficheiros con 3 adicións e 9 borrados
  1. 0 4
      app.json
  2. 2 4
      project.config.json
  3. 1 1
      utils/util.js

+ 0 - 4
app.json

@@ -98,10 +98,6 @@
     }
   },
   "plugins": {
-    "chooseLocation": {
-      "version": "1.0.9",
-      "provider": "wx76a9a06e5b4e693e"
-    }
   },
   "lazyCodeLoading": "requiredComponents"
 }

+ 2 - 4
project.config.json

@@ -20,8 +20,6 @@
         "compileHotReLoad": true,
         "lazyloadPlaceholderEnable": false,
         "useMultiFrameRuntime": true,
-        "useApiHook": true,
-        "useApiHostProcess": true,
         "babelSetting": {
             "ignore": [],
             "disablePlugins": [],
@@ -61,11 +59,11 @@
         "tabIndent": "insertSpaces",
         "tabSize": 4
     },
+    "condition": {},
     "libVersion": "2.24.5",
     "packOptions": {
         "ignore": [],
         "include": []
     },
-    "appid": "wxc42df73f9710a566",
-    "condition": {}
+    "appid": "wxc42df73f9710a566"
 }

+ 1 - 1
utils/util.js

@@ -30,7 +30,7 @@ const utils = {
   
   interfaceUrl: function () {
     //接口地址
-    return "http://automatapi.mengguohotel.com/";
+    return "https://automatapi.mengguohotel.com/";
     //  return "http://127.0.0.1:8111/";
   },
   toast: function (text, duration, success) {