From 5db40fd0d78ecd6a7b921b2e4c579baceeea94e8 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Thu, 13 Aug 2026 16:50:59 +0800 Subject: [PATCH] =?UTF-8?q?H5=E9=A6=96=E9=A1=B5=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f/web-kboss/src/views/homePage/dialog/talk/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f/web-kboss/src/views/homePage/dialog/talk/index.vue b/f/web-kboss/src/views/homePage/dialog/talk/index.vue index abf5399..22a0227 100644 --- a/f/web-kboss/src/views/homePage/dialog/talk/index.vue +++ b/f/web-kboss/src/views/homePage/dialog/talk/index.vue @@ -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 => {