From 2d4ea7fb1e9ab7d5e184ffa86536bd8a5b30a177 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 19 Dec 2025 14:45:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=A6=85=E9=81=93232?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login/components/passwordForm.vue | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/login/components/passwordForm.vue b/src/views/login/components/passwordForm.vue index 43c23d5c..6943ee0d 100644 --- a/src/views/login/components/passwordForm.vue +++ b/src/views/login/components/passwordForm.vue @@ -18,8 +18,9 @@ - - {{ $t("login.forgetPassword") }}? + @@ -64,6 +65,7 @@ export default { return { redirect: undefined, userType: "admin", + project_code:"", visitorsdialog: false, visitorform: {}, form: { @@ -105,7 +107,10 @@ export default { immediate: true, }, }, - mounted() { }, + mounted() { + this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; + console.log('this.project_code',this.project_code); + }, methods: { async login() { let that = this;