Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
weiqingting
9 years ago
Commit
8fe8e99a678a6e4da170e4355c4dfc1880596793
1 parent
2f7f20e2
发布cdn,版本4.3.1,添加搜索接口地址
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
client/package.json
server/config/common.js
server/staticConfig.js
client/package.json
View file @
8fe8e99
{
"name"
:
"yohobuy-portal"
,
"version"
:
"4.3.
0
"
,
"version"
:
"4.3.
1
"
,
"description"
:
"yohobuy-portal"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
server/config/common.js
View file @
8fe8e99
...
...
@@ -93,7 +93,7 @@ var config = {
},
apiKey
:
'sd4H1ecAqlp'
,
domain
:
'http://192.168.81.6:8189/yoho-admin-portal'
,
yohoSearch
:
'http://
192.168.102.216:8087/yohosearch
'
,
yohoSearch
:
'http://
search.yohoops.org:8080
'
,
logsFile
:
'/Data/logs/node/yohobuy-portal-log/'
,
loggers
:
{
api
:
{
...
...
server/staticConfig.js
View file @
8fe8e99
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.0"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.0"
,
"md5"
:
""
}}
\ No newline at end of file
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.1"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.1"
,
"md5"
:
""
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment