Authored by whb

配置

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