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
2016-06-03 19:38:41 +0800
Commit
b76b71c19ac5e0a76c02b1e3d5a2bd7cb47f85bb
1 parent
461414b1
4.5 发布
Show 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 @
b76b71c
1
1
2
{
2
{
3
"name"
:
"yohobuy-portal"
,
3
"name"
:
"yohobuy-portal"
,
4
-
"version"
:
"4.
4.3
"
,
4
+
"version"
:
"4.
5.0
"
,
5
"description"
:
"yohobuy-portal"
,
5
"description"
:
"yohobuy-portal"
,
6
"keywords"
:
[],
6
"keywords"
:
[],
7
"homepage"
:
""
,
7
"homepage"
:
""
,
server/staticConfig.js
View file @
b76b71c
1
-
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"/dist"
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.4.3"
,
"md5"
:
""
}}
1
+
exports
.
staticDir
=
{
"test"
:{
"path"
:
"/dist"
},
"preview"
:
{
"path"
:
"/dist"
},
"production"
:
{
"path"
:
"http://cdn.yoho.cn/yohobuy-portal/4.5.0"
,
"md5"
:
""
}}
Please
register
or
login
to post a comment