chenyao
2025-11-13 69f8e27f7d84d06ab8027dd41bd410f3e05c65c4
feat:登录成功之后跳转地图
1 files modified
2 ■■■ changed files
src/pages/login/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -100,7 +100,7 @@
            );
            userStore.setUserInfo(res.data);
            uni.reLaunch({
                url: "/pages/user/index",
                url: "/pages/map/index",
            });
        } catch (error) {
            const errorMsg =error.data?.error_description !=="Bad credentials" ? error.data?.error_description:  "登录失败,请重试";