摘要: _this.$message({ message: "后台初始化成功", type: 'success' }); 详细见:https://element.eleme.cn/#/zh-CN/component/message-box 阅读全文
posted @ 2022-03-28 22:01 ꧁执笔小白꧂ 阅读(94) 评论(0) 推荐(0)
摘要: 打开 this.instance = this.$notify({ //type: "success", title: '消息', message: '请联系xxx软件开发部', duration: 3000, position:'top-right' }); 关闭 this.instance.cl 阅读全文
posted @ 2022-03-28 21:47 ꧁执笔小白꧂ 阅读(153) 评论(0) 推荐(0)