Selaa lähdekoodia

禁止自动给关闭通知

chenlei1231 8 tuntia sitten
vanhempi
commit
05f12d13c3
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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,
           });
         }
       }