政策标签

This commit is contained in:
熊丽君
2021-07-15 11:56:51 +08:00
parent 764277766d
commit a0e05c3a20
19 changed files with 1138 additions and 68 deletions

View File

@ -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);
}