Authored by whb

配置

@@ -608,7 +608,7 @@ seajs._config = { @@ -608,7 +608,7 @@ seajs._config = {
608 var YohoConfig = { 608 var YohoConfig = {
609 baseUrl: '/', 609 baseUrl: '/',
610 domain: "www.yohood.cn", 610 domain: "www.yohood.cn",
611 - resdomain: "res.yohood.cn", 611 + resdomain: "res.yoho.cn",
612 mainUrl: 'http://www.yohood.cn', 612 mainUrl: 'http://www.yohood.cn',
613 resUrl: "http://res.yohood.cn/", 613 resUrl: "http://res.yohood.cn/",
614 uploadUrl: "http://" + window.location.host + "/upload/upfile" 614 uploadUrl: "http://" + window.location.host + "/upload/upfile"
@@ -132,7 +132,7 @@ class Config_Defines @@ -132,7 +132,7 @@ class Config_Defines
132 // 主域名 132 // 主域名
133 define('SITE_DOMAIN', '.yohood.cn'); 133 define('SITE_DOMAIN', '.yohood.cn');
134 // 静态资源目录 134 // 静态资源目录
135 - define('SITE_RES', 'http://res.yoho.cn/res/yohood'); 135 + define('SITE_RES', 'http://res.yohood.cn');
136 // 主站 136 // 主站
137 define('SITE_MAIN', 'http://www.yohood.cn'); 137 define('SITE_MAIN', 'http://www.yohood.cn');
138 define('SHOW_SITE_MAIN', 'http://www.yohoshow.com/'); 138 define('SHOW_SITE_MAIN', 'http://www.yohoshow.com/');