Jelajahi Sumber

禁止自动给关闭通知

chenlei1231 8 jam lalu
induk
melakukan
05f12d13c3
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/layouts/default/header/components/notify/index.vue

+ 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,
           });
         }
       }