From b598253079c7ca1c6c0c09366dce08e68439a712 Mon Sep 17 00:00:00 2001 From: feige <791364011@qq.com> Date: 星期二, 06 五月 2025 22:55:03 +0800 Subject: [PATCH] 修改了路径 --- ruoyi-ui/src/App.vue | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/App.vue b/ruoyi-ui/src/App.vue index dfa62fe..10b07df 100644 --- a/ruoyi-ui/src/App.vue +++ b/ruoyi-ui/src/App.vue @@ -13,6 +13,13 @@ export default { name: "App", + mounted() { + this.$aegis.reportEvent({ + name: 'loaded', + ext1: 'loaded-success', + ext2: 'webrtcQuickDemoVue2', + }); + }, components: { ThemePicker }, metaInfo() { return { @@ -27,5 +34,6 @@ <style scoped> #app .theme-picker { display: none; + } </style> -- Gitblit v1.9.1