H5首页更新

This commit is contained in:
hrx 2026-08-13 16:50:59 +08:00
parent bf098a0836
commit 5db40fd0d7

View File

@ -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 => {