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