flat: 登陆对接

This commit is contained in:
Apcallover
2025-11-18 20:38:05 +08:00
parent d2e77e66fc
commit ca4b038e14
4 changed files with 10 additions and 8 deletions

View File

@@ -32,7 +32,7 @@
</template>
<script setup>
import { ref, reactive, computed, inject, nextTick, defineExpose, onMounted } from 'vue';
import { ref, reactive, computed, inject, nextTick, onMounted } from 'vue';
const { $api, navTo, setCheckedNodes, cloneDeep } = inject('globalFunction');
import useUserStore from '@/stores/useUserStore';
import { storeToRefs } from 'pinia';