发布提醒修改

This commit is contained in:
fengachen
2021-09-26 16:45:37 +08:00
parent 84124f4a1e
commit a20d8c65bc
3 changed files with 13 additions and 18 deletions
+2
View File
@@ -6,6 +6,7 @@
:arrowPointAtCenter="true"
overlayClassName="header-notice-wrapper"
@visibleChange="handleHoverChange"
:visible="hovered"
:overlayStyle="{ width: '300px', top: '50px' }">
<template slot="content">
<a-spin :spinning="loadding">
@@ -169,6 +170,7 @@
this.$router.push({
path: '/isps/userAnnouncement'
})
this.handleHoverChange(false)
},
modalFormOk(){
},