2023-02-23

功能完善
This commit is contained in:
2023-02-23 01:38:38 +08:00
parent ea77790d1b
commit 932ebc04c7
7 changed files with 744 additions and 636 deletions

View File

@@ -313,6 +313,7 @@ export default {
return res.data.data;
} else {
console.log(">>>>>=");
console.log(">>>>>=",res.data);
if (res.data) {
if (!res.data.msg) {
res.data.msg = res.data.data;
@@ -321,7 +322,7 @@ export default {
title: res.data.msg,
icon: 'none'
});
this.$api.msg(res.data.msg);
// this.$api.msg(res.data.msg);
}
}