友盟跟踪记录

This commit is contained in:
2026-07-16 16:30:07 +08:00
parent bf84da7783
commit 15971bffd9
15 changed files with 106 additions and 12 deletions
+7
View File
@@ -291,6 +291,13 @@ const store = useStore()
const router = useRouter()
const route = useRoute()
// 声明友盟统计 _czc 对象
const _czc: any[] = (window as any)._czc || [];
(window as any)._czc = _czc;
// 绑定 siteid,请用您的 siteid 替换下方 "XXXXXXXX" 部分
_czc.push(["_setAccount", "1281490571"]);
// ==================== 左侧动画面板 ====================
/** 舞台引用 */
const stageRef = ref<HTMLDivElement | null>(null)