跨域搜索文件更改
This commit is contained in:
parent
561638ba6d
commit
67c44dc838
@ -14,10 +14,11 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import AbstractGroup from "@/views/search/abstract-group.vue";
|
||||
import {SearchVO} from "@/api/search/search";
|
||||
// import {SearchVO} from "@/api/search/search";
|
||||
defineOptions({name:'List'})
|
||||
const props = defineProps<{
|
||||
list:Array<SearchVO>
|
||||
// list:Array<SearchVO>
|
||||
list:Array<[]>
|
||||
}>()
|
||||
const loading = ref(false)
|
||||
const kg = reactive({
|
||||
|
Loading…
Reference in New Issue
Block a user