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
陈峰
2018-09-07 18:26:31 +0800
Commit
038dd5fdf20a5d3d49f55443e22fa72bae17860f
1 parent
e07a02a7
fix promise not defined
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 @
038dd5f
{
"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 @
038dd5f
...
...
@@ -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