refactor: upgrade ant design vue v3 to v4

This commit is contained in:
0xJacky 2023-11-26 00:23:29 +08:00
parent c578f26054
commit d84dbffb54
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
142 changed files with 7883 additions and 13745 deletions

View file

@ -1,9 +1,9 @@
import http from '@/lib/http'
const openai = {
store_record(data: any) {
return http.post('/chat_gpt_record', data)
}
store_record(data: any) {
return http.post('/chat_gpt_record', data)
}
}
export default openai