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
Plain Diff
Browse Files
Authored by
陈峰
2018-09-10 10:54:21 +0800
Commit
40705df8ba5b7a19f1880b6ef7876fdb4163ae19
2 parents
e07a02a7
e5b714c1
Merge branch 'gray' into 'master'
Gray See merge request
!1531
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
package.json
public/app.js
package.json
View file @
40705df
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.7.
1
"
,
"version"
:
"6.7.
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/app.js
View file @
40705df
...
...
@@ -2,6 +2,8 @@ import './js/common';
import
'./js/global'
;
import
'./scss/common.scss'
;
window
.
Promise
=
Promise
;
import
'./yoho.pages'
;
window
.
justGenerate
=
()
=>
{
...
...
Please
register
or
login
to post a comment