yzx 2 månader sedan
förälder
incheckning
f99a689649
2 ändrade filer med 3 tillägg och 5 borttagningar
  1. 2 4
      common/request.js
  2. 1 1
      manifest.json

+ 2 - 4
common/request.js

@@ -2,10 +2,8 @@
 export default class Request {
 	http(router, data = {}, method,contentType) {
 		let that = this;
-		// let path = 'http://localhost:7014';
-		// let path = 'http://192.168.10.158:7014';
-		let path = 'https://userapp.beliyostore.com'; 
-		// let path = "http://d7zwsx.natappfree.cc"
+		let path = 'http://localhost:8113';
+		// let path = 'https://userapp.beliyostore.com'; 
 		uni.setStorageSync('requestPath',path)
 		// uni.showLoading({
 		// 	title: '加载中'

+ 1 - 1
manifest.json

@@ -50,7 +50,7 @@
     "quickapp" : {},
     /* 小程序特有相关 */
     "mp-weixin" : {
-        "appid" : "wx11a2ce7c2bbc4521",
+        "appid" : "wx8441b093e727d59e",
         "lazyCodeLoading" : "requiredComponents",
         "setting" : {
             "urlCheck" : false,