bug修复

This commit is contained in:
francis-fh
2026-07-16 12:10:52 +08:00
4 changed files with 702 additions and 578 deletions

View File

@@ -34,6 +34,7 @@
<script setup>
import { inject, computed, toRaw } from 'vue';
import config from '@/config.js';
const { insertSortData, navTo, vacanciesTo } = inject('globalFunction');
import { useRecommedIndexedDBStore } from '@/stores/useRecommedIndexedDBStore.js';
const recommedIndexDb = useRecommedIndexedDBStore();