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: - "点击查看计划详情" + "点击查看优质服务详情" }); } });