Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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-04-26 18:54:19 +0800
Commit
daef7f1a090824794979785f0062e68262877dc0
2 parents
2ca2e7f3
4c9befc8
Merge branch 'feature/hotfix' into 'master'
Feature/hotfix See merge request
!94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
src/pages/product/search/search.vue
package.json
View file @
daef7f1
{
"name"
:
"yohoblk-wap"
,
"version"
:
"2.0.4
1
"
,
"version"
:
"2.0.4
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
src/pages/product/search/search.vue
View file @
daef7f1
...
...
@@ -31,7 +31,7 @@ export default {
},
mounted() {
window.blkDocument = {
goNewPage
({url})
{
goNewPage
:({url}) =>
{
const $appLink = document.querySelector('#yoho-app-link');
$appLink.href = url;
...
...
Please
register
or
login
to post a comment