@@ -378,14 +378,14 @@ export default {
url: `/notice/list/out`,
method: 'get',
params: {
- num: 20,
+ num: 30,
}
}).then(res=>{
res.data.forEach(item=>{
this.$notify({
title: '新消息',
position: 'bottom-right',
- duration: 3000,
+ duration: 30000,
message: that.$createElement(
"div",
{