From 00d600d4c8445b6729007f50ed7038deb84a13f6 Mon Sep 17 00:00:00 2001 From: zhangxiao <898441624@qq.com> Date: 星期五, 09 八月 2024 20:36:46 +0800 Subject: [PATCH] fix: 修改上传问题 --- src/views/login/components/login-form.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/views/login/components/login-form.vue b/src/views/login/components/login-form.vue index 583ef10..f3cb36d 100644 --- a/src/views/login/components/login-form.vue +++ b/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; -- Gitblit v1.8.0