This commit is contained in:
@jyuhsin
2025-09-09 10:43:30 +08:00
parent 8d19af5e30
commit 5d28aa5f94
64 changed files with 2533 additions and 1544 deletions
@@ -17,7 +17,7 @@ const commonUtil = {
if (response.config.responseType === "blob") {
return response
}
if (response.data && response.data.code !== 0) {
if (response.data && response.data.code !== 0 && response.data.code !== 99) {
if (isMobile) {
vant.Toast(response.data.msg)
} else {