优化首页的消息提醒

This commit is contained in:
季圣华 2023-02-24 23:53:31 +08:00
parent 335264d101
commit a820321b1f

View File

@ -196,7 +196,8 @@
type: '',
expireTime: '',
userCurrentNum: '',
userNumLimit: ''
userNumLimit: '',
tenantId: ''
}
}
},
@ -250,7 +251,8 @@
let msgParam = {
'msgTitle': '试用到期提醒',
'msgContent': '试用期即将结束请您及时续费过期将会影响正常使用',
'type': '试用到期'
'type': '试用到期',
'userId': this.tenant.tenantId
}
postAction("/msg/add",msgParam).then(res=>{
if(res && res.code === 200) {