Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
10 years ago
Commit
a5afa6a67a567cb5d9d5f771d70361c09092a446
1 parent
c0042ef0
配置
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
res/js/lib/seajs.js
website/config/Defines.class.php
res/js/lib/seajs.js
View file @
a5afa6a
...
...
@@ -608,7 +608,7 @@ seajs._config = {
var
YohoConfig
=
{
baseUrl
:
'/'
,
domain
:
"www.yohood.cn"
,
resdomain
:
"res.yoho
od
.cn"
,
resdomain
:
"res.yoho.cn"
,
mainUrl
:
'http://www.yohood.cn'
,
resUrl
:
"http://res.yohood.cn/"
,
uploadUrl
:
"http://"
+
window
.
location
.
host
+
"/upload/upfile"
...
...
website/config/Defines.class.php
View file @
a5afa6a
...
...
@@ -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.yoho
od.cn
'
);
// 主站
define
(
'SITE_MAIN'
,
'http://www.yohood.cn'
);
define
(
'SHOW_SITE_MAIN'
,
'http://www.yohoshow.com/'
);
...
...
Please
register
or
login
to post a comment