修复bug

This commit is contained in:
2026-04-22 14:22:04 +08:00
parent 09be26e2aa
commit 2f618ef6ec
5 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
`${k}=${encodeURIComponent(current.options[k])}`).join('&') : '';
const redirect = encodeURIComponent(query ? `${route}?${query}` : route);
uni.reLaunch({
url: redirect
url: `/subPackages/user/login/index?redirect=${redirect}`
});
} catch (e) {
uni.reLaunch({