Commit 6e189fd2 authored by 王炽's avatar 王炽

埋点修改

parent 64c9a29c
......@@ -710,7 +710,7 @@ const shengzhangStore = useShengzhangStore();
onMounted(async () => {
md.sensorLogTake({
xcxClick: "测评结果页",
xcxPage: "测评结果页",
pageName: "测评结果页"
});
......
......@@ -810,9 +810,9 @@ const swiperData = ref([]);
onMounted(async () => {
md.sensorLogTake({
xcxClick: "生长曲线首页",
pageName: "生长曲线首页"
});
xcxPage: "生长曲线首页",
pageName: "生长曲线首页"
});
const {data} = await fetchShengzhangToolsJSON();
if(data){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment