Commit 6826b349 by doszhang

dos

parent 504f9026
...@@ -13,7 +13,7 @@ return array( ...@@ -13,7 +13,7 @@ return array(
'AUTH_CLIENT_ID' => 'third', 'AUTH_CLIENT_ID' => 'third',
'AUTH_CLIENT_PASSWORD' => 'zhida_third_oauth', 'AUTH_CLIENT_PASSWORD' => 'zhida_third_oauth',
/* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */ /* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */
'__CDN__' => 'https://static3.izhida.cn/cdn1/maf/v1.0.6', '__CDN__' => 'https://static3.izhida.cn/cdn1/maf/v1.0.7',
// '__CDN__' => '/Public/static', // @readme <-- 上线时修改这里 // '__CDN__' => '/Public/static', // @readme <-- 上线时修改这里
'URL_MODEL' => 3, 'URL_MODEL' => 3,
'STORAGE_PATH' => WEB_ROOT_PATH . '/Data/Storage', 'STORAGE_PATH' => WEB_ROOT_PATH . '/Data/Storage',
......
...@@ -39,15 +39,14 @@ var preloadImageList = [ ...@@ -39,15 +39,14 @@ var preloadImageList = [
picUrl + 'btn-retry-active.png', picUrl + 'btn-retry-active.png',
picUrl + 'btn-submit-active.png', picUrl + 'btn-submit-active.png',
picUrl + 'btn-tryprize-active.png', picUrl + 'btn-tryprize-active.png',
picUrl + 'poster1.png', 'https://maf.izhida.cn/Public/static/image2/poster1.png',
picUrl + 'poster2.png', 'https://maf.izhida.cn/Public/static/image2/poster2.png',
picUrl + 'poster3.png', 'https://maf.izhida.cn/Public/static/image2/poster3.png',
picUrl + 'poster4.png', 'https://maf.izhida.cn/Public/static/image2/poster4.png',
picUrl + 'poster5.png', 'https://maf.izhida.cn/Public/static/image2/poster5.png',
picUrl + 'poster6.png', 'https://maf.izhida.cn/Public/static/image2/poster6.png',
picUrl + 'poster7.png', 'https://maf.izhida.cn/Public/static/image2/poster7.png',
picUrl + 'poster8.png', 'https://maf.izhida.cn/Public/static/image2/poster8.png',
picUrl + 'poster8.png',
picUrl + 'rule-active.png', picUrl + 'rule-active.png',
]; ];
if ($('div').length > 0) { if ($('div').length > 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment