|
@@ -3,11 +3,11 @@ |
|
@@ -3,11 +3,11 @@ |
3
|
* 资源管理路由
|
3
|
* 资源管理路由
|
4
|
*/
|
4
|
*/
|
5
|
|
5
|
|
6
|
-//exports.domain = require('../config/common.js').domain;
|
6
|
+exports.domain = require('../config/common.js').domain;
|
7
|
//exports.domain = 'http://172.16.6.115:8080/platform';//王伟
|
7
|
//exports.domain = 'http://172.16.6.115:8080/platform';//王伟
|
8
|
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
|
8
|
//exports.domain = 'http://192.168.102.216:8180/platform'; //测试环境
|
9
|
//exports.domain = 'http://172.16.6.231:8080/platform';
|
9
|
//exports.domain = 'http://172.16.6.231:8080/platform';
|
10
|
- exports.domain = 'http://172.16.6.225:8080/platform';
|
10
|
+// exports.domain = 'http://172.16.6.225:8080/platform';
|
11
|
//exports.domain = 'http://192.168.102.216:8086/platform';
|
11
|
//exports.domain = 'http://192.168.102.216:8086/platform';
|
12
|
//exports.domain = 'http://172.16.6.158:8088/platform';//李庆忠
|
12
|
//exports.domain = 'http://172.16.6.158:8088/platform';//李庆忠
|
13
|
|
13
|
|