...
|
...
|
@@ -2,9 +2,9 @@ |
|
|
* Created by JiangMin on 2016/3/17.
|
|
|
* 模特管理
|
|
|
*/
|
|
|
//exports.domain = require('../config/common.js').domain;
|
|
|
exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = 'http://172.16.6.162:8088/platform'; //李建
|
|
|
exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
|
|
|
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
|
|
|
|
|
|
exports.res = [
|
|
|
//主界面
|
...
|
...
|
|