Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
陈峰
6 years ago
Commit
274d03b3de4d199c8dc676302ef282117e0adfbb
1 parent
11cedea8
ufo api url
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
build/sw.js
config/common.js
package.json
build/sw.js
View file @
274d03b
...
...
@@ -13,7 +13,7 @@ const NAME_CACHE_PREFIX = 'yoho-cache';
const
precaches
=
[
{
url
:
'/offline.html'
,
revision
:
'offline-revision-0.0.
2
'
revision
:
'offline-revision-0.0.
3
'
},
{
url
:
'//cdn.yoho.cn/pwa/404.png'
,
...
...
config/common.js
View file @
274d03b
...
...
@@ -180,7 +180,7 @@ if (isProduction) {
assetUrl
:
'//cdn.yoho.cn/yohobuywap-node/'
,
domains
:
{
api
:
'http://api.yoho.yohoops.org/'
,
ufo
:
'http://
2.yohobuy.com
/'
,
ufo
:
'http://
ufoapi.yohoops.org
/'
,
service
:
'http://api.yoho.yohoops.org/'
,
global
:
'http://api-global.yohobuy.com'
,
store
:
'http://openstore.yohobuy.com'
,
...
...
package.json
View file @
274d03b
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.8.2
8
"
,
"version"
:
"6.8.2
9
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment