后端

index-qa.js 538B

    /** * 测试环境 */ ;(function () { window.SITE_CONFIG = {}; // api接口请求地址 window.SITE_CONFIG['baseUrl'] = 'http://demo.renren.io/renren-fast'; // 嵌套iframe地址 window.SITE_CONFIG['nestIframeUrl'] = 'http://demo.renren.io/renren-fast'; // 嵌套iframe路由名称列表 window.SITE_CONFIG['nestIframeRouteNameList'] = ['sql']; // 静态资源文件夹名称 window.SITE_CONFIG['staticFileName'] = ''; // cdn地址 window.SITE_CONFIG['cdnUrl'] = './' + window.SITE_CONFIG.staticFileName; })();