Showing
5 changed files
with
10 additions
and
10 deletions
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | * Created by JiangMin on 2016/3/17. | 2 | * Created by JiangMin on 2016/3/17. |
3 | * 模特管理 | 3 | * 模特管理 |
4 | */ | 4 | */ |
5 | -//exports.domain = require('../config/common.js').domain; | 5 | +exports.domain = require('../config/common.js').domain; |
6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 | 6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 |
7 | -exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 | 7 | +//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 |
8 | 8 | ||
9 | exports.res = [ | 9 | exports.res = [ |
10 | //主界面 | 10 | //主界面 |
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | * Created by JiangMin on 2016/3/22. | 2 | * Created by JiangMin on 2016/3/22. |
3 | * 产品图片管理 | 3 | * 产品图片管理 |
4 | */ | 4 | */ |
5 | -//exports.domain = require('../config/common.js').domain; | 5 | +exports.domain = require('../config/common.js').domain; |
6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 | 6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 |
7 | -exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 | 7 | +//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 |
8 | 8 | ||
9 | exports.res = [ | 9 | exports.res = [ |
10 | //主界面 | 10 | //主界面 |
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | * Created by JiangMin on 2016/3/17. | 2 | * Created by JiangMin on 2016/3/17. |
3 | * 拍摄要求管理 | 3 | * 拍摄要求管理 |
4 | */ | 4 | */ |
5 | -//exports.domain = require('../config/common.js').domain; | 5 | +exports.domain = require('../config/common.js').domain; |
6 | //exports.domain = 'http://172.16.6.162:8080/platform'; //李建 | 6 | //exports.domain = 'http://172.16.6.162:8080/platform'; //李建 |
7 | -exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 | 7 | +//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 |
8 | 8 | ||
9 | exports.res = [ | 9 | exports.res = [ |
10 | //主界面 | 10 | //主界面 |
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | * Created by JiangMin on 2016/3/22. | 2 | * Created by JiangMin on 2016/3/22. |
3 | * 试穿信息管理 | 3 | * 试穿信息管理 |
4 | */ | 4 | */ |
5 | -//exports.domain = require('../config/common.js').domain; | 5 | +exports.domain = require('../config/common.js').domain; |
6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 | 6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 |
7 | -exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 | 7 | +//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 |
8 | 8 | ||
9 | exports.res = [ | 9 | exports.res = [ |
10 | //主界面 | 10 | //主界面 |
@@ -2,9 +2,9 @@ | @@ -2,9 +2,9 @@ | ||
2 | * Created by JiangMin on 2016/3/22. | 2 | * Created by JiangMin on 2016/3/22. |
3 | * 试穿模特管理 | 3 | * 试穿模特管理 |
4 | */ | 4 | */ |
5 | -//exports.domain = require('../config/common.js').domain; | 5 | +exports.domain = require('../config/common.js').domain; |
6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 | 6 | //exports.domain = 'http://172.16.6.162:8088/platform'; //李建 |
7 | -exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 | 7 | +//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境 |
8 | 8 | ||
9 | exports.res = [ | 9 | exports.res = [ |
10 | //主界面 | 10 | //主界面 |
-
Please register or login to post a comment