|
@@ -5,8 +5,8 @@
|
|
|
window.SITE_CONFIG = {};
|
|
|
|
|
|
// api接口请求地址
|
|
|
- window.SITE_CONFIG['baseUrl'] = 'http://demo.open.renren.io/renren-fast-server';
|
|
|
- // window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.57:88/api';
|
|
|
+ // window.SITE_CONFIG['baseUrl'] = 'http://demo.open.renren.io/renren-fast-server';
|
|
|
+ window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.44:88/api';
|
|
|
|
|
|
// cdn地址 = 域名 + 版本号
|
|
|
window.SITE_CONFIG['domain'] = './'; // 域名
|