|
|
@ -26,7 +26,7 @@ |
|
|
import iframeToggle from "./IframeToggle/index" |
|
|
import iframeToggle from "./IframeToggle/index" |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
import { ref, onMounted, reactive, nextTick, computed } from 'vue' |
|
|
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 route = useRoute() |
|
|
const tagsViewStore = useTagsViewStore() |
|
|
const tagsViewStore = useTagsViewStore() |
|
|
|