Authored by whb

设置

@@ -607,10 +607,10 @@ seajs._config = { @@ -607,10 +607,10 @@ seajs._config = {
607 */ 607 */
608 var YohoConfig = { 608 var YohoConfig = {
609 baseUrl: '/', 609 baseUrl: '/',
610 - domain: "yohood.yohobuy.com", 610 + domain: "yohood.test.yoho.cn",
611 resdomain: "res.yoho.cn", 611 resdomain: "res.yoho.cn",
612 - mainUrl: 'http://yohood.yohobuy.com',  
613 - resUrl: "http://res.test.yohood.yoho.cn/", 612 + mainUrl: 'http://yohood.test.yoho.cn',
  613 + resUrl: "http://res.yohood.test.yoho.cn/",
614 uploadUrl: "http://" + window.location.host + "/upload/upfile" 614 uploadUrl: "http://" + window.location.host + "/upload/upfile"
615 }; 615 };
616 seajs.config({ 616 seajs.config({