12345678910111213141516171819 |
- * 测试环境
- */
- ;(function () {
- window.SITE_CONFIG = {}
-
- window.SITE_CONFIG.baseUrl = '//demo.renren.io/renren-fast/'
-
- window.SITE_CONFIG.nestIframeUrl = '//demo.renren.io/renren-fast/'
-
- window.SITE_CONFIG.nestIframeRouteNameList = ['sql']
-
-
- window.SITE_CONFIG.staticFileName = ''
-
- window.SITE_CONFIG.cdnUrl = './' + window.SITE_CONFIG.staticFileName
- })();
|