This commit is contained in:
lyc 2024-11-13 10:23:56 +08:00
parent 2de27f3d88
commit 601e9f023a
1 changed files with 0 additions and 6 deletions

View File

@ -55,12 +55,6 @@ import { conversation, completion, modelList } from '@/api/mode/index'
const userStore = useUserStore()
const props = defineProps({
curTemp: {
type: Array,
default: () => {
return []
}
},
tempId: {
type: [String, Number],
default: ''