H5首页更新
This commit is contained in:
parent
bf098a0836
commit
5db40fd0d7
@ -239,7 +239,7 @@ export default Vue.extend({
|
||||
this.addBtnLoading = true
|
||||
const submitData = {
|
||||
...this.addData,
|
||||
source: '官网',
|
||||
source: this.$route && this.$route.path.indexOf('/h5HomePage') === 0 ? '公众号' : '官网',
|
||||
url_link: window.location.href
|
||||
}
|
||||
reqNewHomeConsult(submitData).then(response => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user