|
|
@@ -376,9 +376,14 @@ if (t == 1) {
|
|
|
Mock.mock('/api/testTable', 'post', testTable());
|
|
|
Mock.mock('/api/getUserList', 'post', getUserList());
|
|
|
|
|
|
- // let curheadapi = 'http://192.168.0.63:8080/';
|
|
|
- // let curheadapi = 'http://192.168.0.10:8080/';
|
|
|
- let curheadapi = 'http://cal.beswell.com:85/DataTransfer/';
|
|
|
+ let curheadapi = 'http://192.168.0.63:8080/';
|
|
|
+
|
|
|
+ if (runVersion == 'test') {
|
|
|
+ curheadapi = 'http://cal.beswell.com:85/DataTransfer/';
|
|
|
+ }
|
|
|
+ if(runVersion == 'outDoor'){
|
|
|
+ curheadapi = 'http://192.168.0.105:9000/';
|
|
|
+ }
|
|
|
|
|
|
// 0: 下课 团课/私教/PK 的排名
|
|
|
let LessonClass = 1;
|