Kaynağa Gözat

禁止自动给关闭通知

chenlei1231 8 saat önce
ebeveyn
işleme
05f12d13c3

+ 2 - 2
src/layouts/default/header/components/notify/index.vue

@@ -147,7 +147,7 @@
             message: `询盘通知`,
             icon: () => h(SmileOutlined, { style: 'color: #108ee9' }),
             description: `${data.msgTxt}`,
-            duration: 10,
+            duration: 0,
           });
         }
 
@@ -156,7 +156,7 @@
             message: `站点创建完成通知`,
             icon: () => h(SmileOutlined, { style: 'color: #108ee9' }),
             description: `${data.msgTxt}`,
-            duration: 20,
+            duration: 0,
           });
         }
       }