政策标签
This commit is contained in:
@ -35,17 +35,14 @@ Vue.prototype.download = download
|
||||
Vue.prototype.handleTree = handleTree
|
||||
|
||||
Vue.prototype.msgSuccess = function (msg) {
|
||||
console.log(msg);
|
||||
this.$message({ showClose: true, message: msg, type: "success" });
|
||||
}
|
||||
|
||||
Vue.prototype.msgError = function (msg) {
|
||||
console.log(msg);
|
||||
this.$message({ showClose: true, message: msg, type: "error" });
|
||||
}
|
||||
|
||||
Vue.prototype.msgInfo = function (msg) {
|
||||
console.log(msg);
|
||||
this.$message.info(msg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user