Ver código fonte

优化弹窗展示时间

xiongxing 1 dia atrás
pai
commit
af7a192c95
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/layout/index.vue

+ 2 - 2
src/layout/index.vue

@@ -431,8 +431,8 @@
 					<div>🚨🚨 SOS紧急预警 🚨🚨</div>
 					`
 				}),
-				// duration: 10,
-				duration: null,
+				duration: 10,
+				// duration: null,
 				class: 'my-warning-notification',
 				style: {
 					background: 'linear-gradient(135deg, #1e4184 0%, #3469e3 100%) !important',