帮扶筛选、帮扶跟进接口对接

This commit is contained in:
2025-11-08 16:21:07 +08:00
parent 270fd89371
commit 1bab91761f
3 changed files with 302 additions and 206 deletions

View File

@@ -217,7 +217,12 @@ export function myRequest(url, data = {}, method = 'GET', port = 9100, headers =
}
// 处理业务错误
if (resData.data?.code === 401 || resData.data?.code === 402) {
uni.navigateTo({
url:'/packageB/login?flag=nw'
})
// navTo('/packageB/login?flag=nw');
useUserStore().logOut()
}
// 显示具体的错误信息
const errorMsg = msg || '请求出现异常,请联系工作人员'