爬虫联动弹窗版本备份

This commit is contained in:
2025-09-20 13:31:06 +08:00
parent 515cbab7c3
commit 7bfe1b744a
11 changed files with 584 additions and 193 deletions

View File

@@ -23,7 +23,7 @@ export function prologue() {
export function comment() {
return getAxios({ url: 'api/common/comment' })
}
//获取评论
//登出
export function logout(data) {
return postAxios({ url: 'api/user/aiChat-logout', data })
}