From 728ccd6d9a81300e0b7e0d3175abc5030a992e2d Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 22 Sep 2025 14:00:52 +0800 Subject: [PATCH] chore: update --- src/App.vue | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/App.vue b/src/App.vue index 145331a6b..e608022c1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,22 +55,22 @@ export default defineComponent({ ); } }, - mounted() { - ElNotification({ - title: "平台最新活动与动态", - duration: 0, - customClass: "fullpage-notification", - // @ts-expect-error - style: { width: "260px" }, - position: "bottom-right", - dangerouslyUseHTMLString: true, - message: ` - - 点我查看 - - ` - }); - } + // mounted() { + // ElNotification({ + // title: "平台最新活动与动态", + // duration: 0, + // customClass: "fullpage-notification", + // // @ts-expect-error + // style: { width: "260px" }, + // position: "bottom-right", + // dangerouslyUseHTMLString: true, + // message: ` + // + // 点我查看 + // + // ` + // }); + // } });