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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-08-10 15:50:57 +0800
Commit
a10c25b48932dc36af8353a1cfda5cae8f38b731
1 parent
1f2204cb
'咨询详情页分享链接问题'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
public/vue/editorial/index-box.vue
public/vue/editorial/top-nav.vue
public/vue/editorial/index-box.vue
View file @
a10c25b
...
...
@@ -124,12 +124,6 @@
title: title,
des: des,
img: img,
url: `/editorial/${id}.html`
});
console.log({
title: title,
des: des,
img: img,
url: `//m.yohoblk.com/editorial/${id}.html`
});
}
...
...
public/vue/editorial/top-nav.vue
View file @
a10c25b
...
...
@@ -99,7 +99,8 @@
};
return dict[$0];
})
}),
url: `//m.yohoblk.com/editorial/${this.article.id}.html`
});
}
},
...
...
Please
register
or
login
to post a comment