This commit is contained in:
Mr.jiang 2024-08-13 00:13:06 +08:00
parent acda88ee72
commit d301b663b2
2 changed files with 2 additions and 1 deletions

View File

@ -208,6 +208,7 @@
"router" : {
"mode" : "history"
},
"devServer" : {
"https" : false,
"port" : 8080,

View File

@ -2104,7 +2104,7 @@
} else {
uni.showToast({
icon: 'error',
title:'操作失败!'
title:resA.msg
})
uni.hideLoading();
}