Browse Source

初始化

乐菲 2 weeks ago
parent
commit
0fd185f23a
3 changed files with 305 additions and 644 deletions
  1. 1 1
      api/env.js
  2. 1 1
      main.js
  3. 303 642
      package-lock.json

+ 1 - 1
api/env.js

@@ -15,7 +15,7 @@ const dev = {
 	// url: 'http://113.105.183.190:48081', // UAT
 	// url: 'http://218.2.10.30:48080', // 生产环境
 	// url: 'http://192.168.1.80:48080', // 老赵
-	// url: `http://192.168.1.64:48080`, // 新华
+	url: `http://192.168.1.26:48080`, // 新华
 	appKey: 'WX_MINI_MEHZ'
 }
 const test = {

+ 1 - 1
main.js

@@ -34,7 +34,7 @@ import {
 // uni.$baseUrl = "http://192.168.1.97:48080";
 // uni.$baseUrl = "";
 // uni.$baseUrl = "http://218.2.10.30:48080";
-uni.$baseUrl = "http://192.168.1.163:48080"; // dev
+uni.$baseUrl = "http://192.168.1.26:48080"; // dev
 // uni.$baseUrl = "http://113.105.183.190:48064";
 // uni.$baseUrl = "http://113.105.183.190:48080";
 // uni.$baseUrl = "http://113.105.183.190:48163";

File diff suppressed because it is too large
+ 303 - 642
package-lock.json


Some files were not shown because too many files changed in this diff