mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
chore: update
This commit is contained in:
parent
fc40bb3ea3
commit
1c5cc42220
@ -55,12 +55,13 @@ export default defineComponent({
|
|||||||
ElNotification({
|
ElNotification({
|
||||||
title: "永久解答服务",
|
title: "永久解答服务",
|
||||||
duration: 0,
|
duration: 0,
|
||||||
// style: { width: "370px" },
|
//@ts-expect-error
|
||||||
|
style: { width: "370px" },
|
||||||
position: "top-right",
|
position: "top-right",
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message: `
|
message: `
|
||||||
<a target='_blank' style='font-size: 16px' class='text-center text-[red] rounded hover:text-[var(--el-color-primary)]' href='https://yiming_chang.gitee.io/pure-admin-doc/pages/service/#%E6%B0%B8%E4%B9%85%E8%A7%A3%E7%AD%94%E5%BE%AE%E4%BF%A1%E7%BE%A4'>
|
<a target='_blank' style='font-size: 16px' class='text-center text-[red] rounded hover:text-[var(--el-color-primary)]' href='https://yiming_chang.gitee.io/pure-admin-doc/pages/service/#%E6%B0%B8%E4%B9%85%E8%A7%A3%E7%AD%94%E5%BE%AE%E4%BF%A1%E7%BE%A4'>
|
||||||
服务即将迎来重大升级
|
服务已升级!!!点击查看升级详情!!!
|
||||||
</a>
|
</a>
|
||||||
`
|
`
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user