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
姜枫
2016-12-05 18:06:24 +0800
Commit
2a68b61fa8c1b925918290706c2f863331cd3036
1 parent
9739e8d9
fix strict bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
utils/helpers.js
utils/helpers.js
View file @
2a68b61
'use strict'
;
const
url
=
require
(
'url'
);
const
config
=
require
(
'../config/common'
);
const
assetUrl
=
config
.
assetUrl
;
...
...
Please
register
or
login
to post a comment