@@ -46,10 +46,11 @@ export default {
});
},
onMessage(message) {
- this.$notify.info({
+ this.$notify({
title: '新消息',
message: '您有新的消息,请注意及时处理!',
- position: 'bottom-right',
+ position: 'top-right',
+ type: 'warning',
this.getNotRead();