From 95f3cf7c0a0315504280f1246195fe8df1a2b7b9 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Mon, 4 Mar 2024 01:12:38 +0800 Subject: [PATCH] chore: update --- src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 21812d216..3db40c88e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -49,11 +49,11 @@ export default defineComponent({ }, mounted() { ElNotification({ - title: "2024年计划", + title: "优质服务", duration: 0, dangerouslyUseHTMLString: true, message: - "点击查看计划详情" + "点击查看优质服务详情" }); } });