张含笑
2025-11-13 ca9b678acfb560c5a28fe1da5df1c025018326c5
Merge remote-tracking branch 'origin/master'
1 files modified
2 ■■■ changed files
src/pages/login/index.vue 2 ●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -117,7 +117,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:  "登录失败,请重试";