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
shuaiguo
2019-10-28 11:46:51 +0800
Commit
d6c36701ab1918fa2c189cb4b76abcdbae2a9a9b
2 parents
0dcf5284
601c4d73
Merge branch 'hotfix/autoopenapp' into 'master'
fix bug See merge request
!1784
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
public/js/common.js
package.json
View file @
d6c3670
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.9.11-
2
"
,
"version"
:
"6.9.11-
5
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/common.js
View file @
d6c3670
...
...
@@ -286,7 +286,7 @@ $.extend({
// }
// 尝试打开 APP
require
(
'./common/open-app'
);
//
require('./common/open-app');
// 尝试打开 MINIAPP
require
(
'./common/open-miniapp'
);
...
...
Please
register
or
login
to post a comment