张含笑
2025-11-06 f5f42e3f785b334c24775d83c7c2be6fd2d9a38e
feat:登录页调整
1 files modified
3 ■■■■ changed files
src/pages/login/index.vue 3 ●●●● patch | view | raw | blame | history
src/pages/login/index.vue
@@ -81,8 +81,9 @@
                url: "/pages/user/index",
            });
        } catch (error) {
            const errorMsg =error.data?.error_description !=="Bad credentials" ? error.data?.error_description:  "登录失败,请重试";
            uni.showToast({
                title: error.data.error_description,
                title: errorMsg,
                icon: "none",
                duration: 2000
            });