mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
chore: update
This commit is contained in:
parent
5057e0933b
commit
533199656e
@ -57,15 +57,13 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
ElNotification({
|
ElNotification({
|
||||||
title: "优惠活动已推出",
|
title: "优惠活动即将结束",
|
||||||
duration: 0,
|
duration: 0,
|
||||||
//@ts-expect-error
|
//@ts-expect-error
|
||||||
style: { width: "200px" },
|
style: { width: "200px" },
|
||||||
position: "bottom-right",
|
position: "bottom-right",
|
||||||
dangerouslyUseHTMLString: true,
|
dangerouslyUseHTMLString: true,
|
||||||
message: `<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/service/#%E8%A7%A3%E7%AD%94%E5%BE%AE%E4%BF%A1%E7%BE%A4'>
|
message: `
|
||||||
优质服务
|
|
||||||
</a>
|
|
||||||
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
|
<a target='_blank' style='font-size: 16px' class='block text-center border mb-2 rounded hover:text-[red]' href='https://pure-admin.github.io/pure-admin-doc/pages/js/'>
|
||||||
JS版本
|
JS版本
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user