Bläddra i källkod

服务器地址变更

zhangsijie 2 år sedan
förälder
incheckning
011d2aebb0

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


+ 1 - 0
unpackage/dist/dev/mp-weixin/common/vendor.js

@@ -47915,6 +47915,7 @@ Object.defineProperty(exports, "__esModule", {
 exports.myRequest = void 0;
 // let BASE_URL = 'http://114.115.147.140:8002'
 // const BASE_URL='http://8.136.98.49:8002'
+// let BASE_URL = 'http://192.168.0.36:8003'
 var BASE_URL = 'https://wx.hnyfwlw.com';
 var myRequest = function myRequest(options) {
   // BASE_URL=uni.getStorageSync('http')

+ 24 - 21
unpackage/dist/dev/mp-weixin/project.config.json

@@ -1,8 +1,7 @@
 {
   "description": "项目配置文件。",
   "packOptions": {
-    "ignore": [],
-    "include": []
+    "ignore": []
   },
   "setting": {
     "urlCheck": false,
@@ -10,45 +9,49 @@
     "postcss": true,
     "minified": true,
     "newFeature": true,
-    "bigPackageSizeSupport": true,
-    "babelSetting": {
-      "ignore": [],
-      "disablePlugins": [],
-      "outputPath": ""
-    }
+    "bigPackageSizeSupport": true
   },
   "compileType": "miniprogram",
-  "libVersion": "3.0.1",
+  "libVersion": "",
   "appid": "wxa67985a99191095e",
   "projectname": "云飞智控",
   "condition": {
+    "search": {
+      "current": -1,
+      "list": []
+    },
+    "conversation": {
+      "current": -1,
+      "list": []
+    },
+    "game": {
+      "current": -1,
+      "list": []
+    },
     "miniprogram": {
+      "current": 3,
       "list": [
         {
           "name": "about",
-          "pathName": "pages/my/about/about",
-          "query": ""
+          "id": 0,
+          "pathName": "pages/my/about/about"
         },
         {
           "name": "feedback",
-          "pathName": "pages/my/feedback/feedback",
-          "query": ""
+          "id": 1,
+          "pathName": "pages/my/feedback/feedback"
         },
         {
           "name": "cdIndex",
-          "pathName": "pages/cb/index/index",
-          "query": ""
+          "id": 2,
+          "pathName": "pages/cb/index/index"
         },
         {
           "name": "login",
-          "pathName": "pages/login/login",
-          "query": ""
+          "id": 3,
+          "pathName": "pages/login/login"
         }
       ]
     }
-  },
-  "editorSetting": {
-    "tabIndent": "insertSpaces",
-    "tabSize": 2
   }
 }

+ 1 - 0
util/api.js

@@ -1,5 +1,6 @@
 // let BASE_URL = 'http://114.115.147.140:8002'
 // const BASE_URL='http://8.136.98.49:8002'
+// let BASE_URL = 'http://192.168.0.36:8003'
 let BASE_URL = 'https://wx.hnyfwlw.com'
 export const myRequest=(options)=>{
 	// BASE_URL=uni.getStorageSync('http')