s生成PPT
This commit is contained in:
parent
540e5f0179
commit
2c6ccd893b
|
@ -98,8 +98,9 @@ const params = reactive(
|
|||
}
|
||||
)
|
||||
|
||||
const addAiPPT = () => {
|
||||
|
||||
const addAiPPT = (res) => {
|
||||
//TODO res中有PPT地址
|
||||
console.log(res)
|
||||
}
|
||||
const conversation = async () => {
|
||||
for (let item of resultList.value) {
|
||||
|
|
Loading…
Reference in New Issue