修复若干bug和ui

This commit is contained in:
2025-08-11 22:00:45 +08:00
parent aa59af1d66
commit abd52c712d
4 changed files with 295 additions and 53 deletions

View File

@@ -55,11 +55,11 @@ export function update(data) {
}
//获取话术
export function prologue(data) {
return getAxios({ url: 'api/common/prologue', data })
export function prologue() {
return getAxios({ url: 'api/common/prologue' })
}
//获取评论
export function comment(data) {
return getAxios({ url: 'api/common/comment', data })
export function comment() {
return getAxios({ url: 'api/common/comment' })
}