|
|
@ -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() |
|
|
|