Pārlūkot izejas kodu

Merge branch 'feature_20250313_首页AI埋点' into release

zhujindu 8 mēneši atpakaļ
vecāks
revīzija
bb59ac8498
1 mainītis faili ar 8 papildinājumiem un 1 dzēšanām
  1. 8 1
      src/views/home/index.vue

+ 8 - 1
src/views/home/index.vue

@@ -39,7 +39,7 @@
 </template>
 
 <script>
-import { getReportInfo, getDictOption } from '@/api/index';
+import { getReportInfo, getDictOption, buryingPoint } from '@/api/index';
 import hintTabPage from './hintTabPage/index.vue';
 import tabBar from '@/components/tabBar';
 import ABtarget from './ABtarget.vue';
@@ -152,6 +152,13 @@ export default {
       });
     },
     deepseek() {
+      buryingPoint({
+        systemModel: '首页',
+        buryingPointType: 10,
+        buryingPointValue: '首页-Ai',
+        buryingPointName: 'Ai',
+        buryingPointPosition: '首页-Ai',
+      });
       window.location.href = 'https://deepseek.nipponpaint.com.cn';
     },
   },