Browse Source

大模型优化,增加分页查询聊天信息

master^2
xueyinfei 5 days ago
parent
commit
3df51a88ae
  1. 3
      vue-fastapi-frontend/src/layout/components/AppMain.vue

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

@ -27,9 +27,6 @@ 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 Cookies from "js-cookie";
import {v4 as uuidv4} from "uuid";
import {getChatList} from "@/api/aichat/aichat.js";
const route = useRoute()
const tagsViewStore = useTagsViewStore()

Loading…
Cancel
Save