From f1d1abd661f947d3eec1badffb488696e503e86c Mon Sep 17 00:00:00 2001
From: xiaoxian521 <1923740402@qq.com>
Date: Thu, 6 Jun 2024 10:51:32 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E9=80=9A=E7=9F=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/App.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index c3bddb0009..cc94dac283 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -54,14 +54,14 @@ export default defineComponent({
},
mounted() {
ElNotification({
- title: "优质服务",
+ title: "通知",
duration: 0,
//@ts-expect-error
- style: { width: "140px" },
+ style: { width: "360px" },
position: "bottom-right",
dangerouslyUseHTMLString: true,
- message: `
- 点击了解
+ message: `
+ 保姆级文档已更新!所有失效、有误链接都已修复!强制刷新文档页面即可!
`
});