From 91ceb8f3971af8359ef77b8ad34d246489ace57f Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Fri, 17 Oct 2025 10:38:56 +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 0fb54ffde..d422aed29 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,23 +54,23 @@ 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: `
+ //
+ // 点我查看
+ //
+ // `
+ // });
+ // }
});