style生成接入接口

This commit is contained in:
X1627315083
2025-10-24 11:48:15 +08:00
parent 81b7882f81
commit 6ad265f936
8 changed files with 92 additions and 48 deletions

View File

@@ -40,7 +40,7 @@ let data = reactive({
},
],
selectModel:computed(()=>generateStore.userData.model),
selectModel:computed(()=>generateStore.model),
})
const setSelectedModelId = (item)=>{