From 07f03a016d1a4a60602698733854aa0e9f104fe2 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 5 Feb 2026 09:44:13 +0800 Subject: [PATCH] chore: update --- src/App.vue | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index f28fc0873..bdb1e5e16 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,7 +18,7 @@ import en from "element-plus/es/locale/lang/en"; import zhCn from "element-plus/es/locale/lang/zh-cn"; import plusEn from "plus-pro-components/es/locale/lang/en"; import plusZhCn from "plus-pro-components/es/locale/lang/zh-cn"; -import { ElNotification } from "element-plus"; +// import { ElNotification } from "element-plus"; export default defineComponent({ name: "app", @@ -67,23 +67,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: ` + // + // 补差价活动即将结束! + // + // ` + // }); + // } });