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
e541ca957ca4ff0194ae7fe0fddaa39a349dde2b
1 parent
31940698
4.3.3->4.3.4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
client/package.json
server/staticConfig.js
client/package.json
View file @
e541ca9
{
"name"
:
"yohobuy-portal"
,
"version"
:
"4.3.
3
"
,
"version"
:
"4.3.
4
"
,
"description"
:
"yohobuy-portal"
,
"keywords"
:
[],
"homepage"
:
""
,
...
...
server/staticConfig.js
View file @
e541ca9
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.3"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.3"
,
"md5"
:
""
}}
\ No newline at end of file
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.4"
,
"md5"
:
""
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.3.4"
,
"md5"
:
""
}}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment