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") }}? + + + {{ $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;