...
|
...
|
@@ -2,11 +2,11 @@ |
|
|
* Created by ty on 2016/5/26.
|
|
|
* 分类管理路由
|
|
|
*/
|
|
|
exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = 'http://172.16.6.115:8080/platform';//王伟
|
|
|
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
|
|
|
//exports.domain = 'http://172.16.6.231:8080/platform';
|
|
|
//exports.domain = 'http://172.16.6.225:8080/platform';
|
|
|
exports.domain = 'http://172.16.6.225:8080/platform';
|
|
|
//exports.domain = 'http://192.168.102.216:8086/platform';
|
|
|
|
|
|
exports.res = [
|
...
|
...
|
|