mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
chore: 通知
This commit is contained in:
parent
06977488ef
commit
f1d1abd661
@ -54,14 +54,14 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
ElNotification({
|
ElNotification({
|
||||||
title: "优质服务",
|
title: "通知",
|
||||||
duration: 0,
|
duration: 0,
|
||||||
//@ts-expect-error
|
//@ts-expect-error
|
||||||
style: { width: "140px" },
|
style: { width: "360px" },
|
||||||
position: "bottom-right",
|
position: "bottom-right",
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message: `<a target='_blank' style='font-size: 16px' class='block text-center hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/service/'>
|
message: `<a target='_blank' style='font-size: 16px' class='block text-center hover:text-[var(--el-color-primary)]' href='https://pure-admin.github.io/pure-admin-doc/pages/introduction/'>
|
||||||
点击了解
|
保姆级文档已更新!所有失效、有误链接都已修复!强制刷新文档页面即可!
|
||||||
</a>
|
</a>
|
||||||
`
|
`
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user