mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
更新活动信息
This commit is contained in:
parent
bbac5c7ecf
commit
1825cea40f
@ -33,6 +33,18 @@ onMounted(() => {
|
||||
position: 'bottom-right',
|
||||
duration: 0,
|
||||
})
|
||||
setTimeout(() => {
|
||||
ElNotification({
|
||||
type: 'info',
|
||||
title: '「 免费领取 Vue2 版本专业版 」',
|
||||
dangerouslyUseHTMLString: true,
|
||||
message: `
|
||||
<p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/get-vue2-pro.html" target="_blank">查看详情</a></p>
|
||||
`,
|
||||
position: 'bottom-right',
|
||||
duration: 0,
|
||||
})
|
||||
}, 0)
|
||||
})
|
||||
|
||||
onUnmounted(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user