fix:登录页忘记密码分项目展示

This commit is contained in:
shijing 2026-01-04 09:00:47 +08:00
parent 60ca063efe
commit 001d9d68f7
1 changed files with 4 additions and 2 deletions

View File

@ -108,8 +108,10 @@ export default {
}, },
}, },
mounted() { mounted() {
this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code; this.$nextTick(()=>{
console.log('this.project_code',this.project_code); this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code;
console.log('this.project_code',this.project_code);
});
}, },
methods: { methods: {
async login() { async login() {