@@ -22,29 +22,29 @@ function open(url: string) {
22
22
23
23
onMounted (() => {
24
24
eventBus .on (' global-ui-component-switch' , () => switchUI ())
25
- ElNotification ({
26
- type: ' info' ,
27
- title: ' 「 专业版限时优惠倒计时 」' ,
28
- dangerouslyUseHTMLString: true ,
29
- message: `
30
- <p>限时优惠活动将于 <b>2024/04/01</b> 到期,现在购买只需 <b style="font-size: 18px; color: #ff4400;">899.00</b> 元。</p>
31
- <p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/buy.html" target="_blank">查看详情</a></p>
32
- ` ,
33
- position: ' bottom-right' ,
34
- duration: 0 ,
35
- })
36
- setTimeout (() => {
37
- ElNotification ({
38
- type: ' info' ,
39
- title: ' 「 免费领取 Vue2 版本专业版 」' ,
40
- dangerouslyUseHTMLString: true ,
41
- message: `
42
- <p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/get-vue2-pro.html" target="_blank">查看详情</a></p>
43
- ` ,
44
- position: ' bottom-right' ,
45
- duration: 0 ,
46
- })
47
- }, 0 )
25
+ // ElNotification({
26
+ // type: 'info',
27
+ // title: '「 专业版限时优惠倒计时 」',
28
+ // dangerouslyUseHTMLString: true,
29
+ // message: `
30
+ // <p>限时优惠活动将于 <b>2024/04/01</b> 到期,现在购买只需 <b style="font-size: 18px; color: #ff4400;">899.00</b> 元。</p>
31
+ // <p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/buy.html" target="_blank">查看详情</a></p>
32
+ // `,
33
+ // position: 'bottom-right',
34
+ // duration: 0,
35
+ // })
36
+ // setTimeout(() => {
37
+ // ElNotification({
38
+ // type: 'info',
39
+ // title: '「 免费领取 Vue2 版本专业版 」',
40
+ // dangerouslyUseHTMLString: true,
41
+ // message: `
42
+ // <p style="text-align: right;"><a href="https://fantastic-admin.gitee.io/get-vue2-pro.html" target="_blank">查看详情</a></p>
43
+ // `,
44
+ // position: 'bottom-right',
45
+ // duration: 0,
46
+ // })
47
+ // }, 0)
48
48
})
49
49
50
50
onUnmounted (() => {
0 commit comments