ant design vue 处理返回信息

   
     let msg = res.message ? res.message.split(',') : []
          msg = msg.join(' <br/> ')
 this.$notification.open({
            message: '信息提示',
            duration: 3,
            description: (h) => {
              return h('p', {
                domProps: {
                  innerHTML: msg,
                },
              })
            },
            style: {
              width: '300px',
              marginLeft: '-225%',
              'max-height': '300px',
              'overflow-y': 'auto',
            },
          })
        }
posted @ 2022-03-24 17:12  泽泽生龙  阅读(312)  评论(0编辑  收藏  举报