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-07 18:27:12 +0800
Commit
e5b714c1380126b4c8dd1c7a87ee8a1fdf609898
2 parents
e07a02a7
038dd5fd
Merge branch 'hotfix/promise' into 'gray'
fix promise not defined See merge request
!1530
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 @
e5b714c
{
"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 @
e5b714c
...
...
@@ -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