From 8167597475f126d1eb44401bab8cc6910567c49b Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Thu, 22 Jan 2026 13:01:53 +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 a78a9806d..5a1e23d99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -17,7 +17,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", @@ -59,23 +59,23 @@ export default defineComponent({ } ); } - }, - mounted() { - ElNotification({ - title: "高级服务", - duration: 0, - customClass: "fullpage-notification", - // @ts-expect-error - style: { width: "280px" }, - position: "bottom-right", - dangerouslyUseHTMLString: true, - message: ` - - 限时活动即将结束! - - ` - }); } + // mounted() { + // ElNotification({ + // title: "高级服务", + // duration: 0, + // customClass: "fullpage-notification", + // // @ts-expect-error + // style: { width: "280px" }, + // position: "bottom-right", + // dangerouslyUseHTMLString: true, + // message: ` + // + // 限时活动即将结束! + // + // ` + // }); + // } });