yinbangzhong
2024-08-12 7026ed018d3a5eb493947f70b8b73f5af34e7c21
src/views/login/components/login-form.vue
@@ -112,6 +112,10 @@
            ...othersQuery,
          },
        });
        const url = window.location.origin;
        localStorage.setItem('httpUrl', url);
        userStore.getHreFurl(url);
        Message.success(t('登录成功'));
        const { rememberPassword } = loginConfig.value;
        const { email, password } = values;