|
|
@@ -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';
|
|
|
},
|
|
|
},
|