fix:修复bug

This commit is contained in:
2026-02-06 18:09:23 +08:00
parent f476cee76d
commit bb5a6dd100
51 changed files with 4491 additions and 2630 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ const request = (option) => {
const query = current && current.options ? Object.keys(current.options).map(k => `${k}=${encodeURIComponent(current.options[k])}`).join('&') : ''
const redirect = encodeURIComponent(query ? `${route}?${query}` : route)
// 跳转到登录页
uni.reLaunch({ url: `/pages/login/index?redirect=${redirect}` })
uni.reLaunch({ url: `/subPackages/user/login/index?redirect=${redirect}` })
} catch (e) {}
}