fix: 修改响应拦截

This commit is contained in:
yangzhe 2025-07-09 15:39:37 +08:00
parent 3ee52b2faf
commit 4478e21c7d
1 changed files with 3 additions and 1 deletions

View File

@ -54,7 +54,9 @@ const install = (Vue, vm) => {
// uni.navigateTo({
// url: "/pages/login/login/login",
// });
return false;
return res;
// return false;
}
}
}