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" : { "router" : {
"mode" : "history" "mode" : "history"
}, },
"devServer" : { "devServer" : {
"https" : false, "https" : false,
"port" : 8080, "port" : 8080,

View File

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