1234567891011121314151617181920 |
- * 开发环境
- */
- ;(function () {
- window.SITE_CONFIG = {};
-
- window.SITE_CONFIG['baseUrl'] = 'http://demo.renren.io/renren-fast';
-
- window.SITE_CONFIG['nestIframeUrl'] = 'http://demo.renren.io/renren-fast';
-
- window.SITE_CONFIG['nestIframeRouteNameList'] = ['sql'];
-
- window.SITE_CONFIG['staticFileName'] = '';
-
- window.SITE_CONFIG['cdnUrl'] = './' + window.SITE_CONFIG.staticFileName;
- })();
|