diff --git a/resources/assets/js/pages/manage.vue b/resources/assets/js/pages/manage.vue index 4677dc9dc..616332b21 100644 --- a/resources/assets/js/pages/manage.vue +++ b/resources/assets/js/pages/manage.vue @@ -957,7 +957,7 @@ export default { body: body, data: data, tag: "dialog", - requireInteraction: true + // requireInteraction: true // true为通知不自动关闭 }); this.notificationManage.replaceTitle(title); this.notificationManage.userAgreed();