Merge branch 'feature/0602_登录注册' of http://gogs.lvfunai.com:444/ai-team/lingji-work-fe into feature/0602_登录注册

This commit is contained in:
renxiaodong
2025-06-23 01:46:58 -04:00
2 changed files with 4 additions and 3 deletions

View File

@ -265,8 +265,9 @@ const getProfileInfo = async () => {
accounts.value = enterprises;
if (enterprises.length > 0) {
if (enterprises.length == 1) {
let enterprise = enterprises[0];
userStore.setCompanyInfo(enterprise);
// let enterprise = enterprises[0];
// userStore.setCompanyInfo(enterprise);
handleUserLogin();
} else {
// 多个企业时候需要弹窗让用户选择企业

View File

@ -76,7 +76,7 @@
<script setup lang="ts">
import Container from '@/components/container.vue';
import Modal from '@/components/modal.vue';
import PuzzleVerification from '@/views/components/login/PuzzleVerification.vue';
import PuzzleVerification from '@/views/components/login/components/PuzzleVerification.vue';
import { ref, reactive } from 'vue';
import 'vue-cropper/dist/index.css';
import { VueCropper } from 'vue-cropper';