diff --git a/src/App.vue b/src/App.vue index 78d7f17d4..931b63b62 100644 --- a/src/App.vue +++ b/src/App.vue @@ -55,12 +55,13 @@ export default defineComponent({ ElNotification({ title: "永久解答服务", duration: 0, - // style: { width: "370px" }, + //@ts-expect-error + style: { width: "370px" }, position: "top-right", dangerouslyUseHTMLString: true, message: ` - 服务即将迎来重大升级 + 服务已升级!!!点击查看升级详情!!! ` });