fix: 通知管理无构造方法问题

This commit is contained in:
2023-08-17 15:46:39 +08:00
parent db750c5a59
commit bf5918ceff
3 changed files with 5 additions and 9 deletions

View File

@@ -101,7 +101,7 @@ export default {
*/
toSiteMessage() {
this.$router.push({
path: '/monitor/notice'
path: '/monitor/sysNotice'
})
this.visible = false
},