Browse Source

词语批量补充功能重构

master
xueyinfei 1 month ago
parent
commit
d31538a4bd
  1. 2
      vue-fastapi-frontend/src/layout/components/AppMain.vue

2
vue-fastapi-frontend/src/layout/components/AppMain.vue

@ -26,7 +26,7 @@
import iframeToggle from "./IframeToggle/index"
import useTagsViewStore from '@/store/modules/tagsView'
import { ref, onMounted, reactive, nextTick, computed } from 'vue'
import AichatIndex from "../../views/aichat/index.vue";
import AichatIndex from "@/views/aichat/index.vue";
const route = useRoute()
const tagsViewStore = useTagsViewStore()

Loading…
Cancel
Save