mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
refactor: upgrade ant design vue v3 to v4
This commit is contained in:
parent
c578f26054
commit
d84dbffb54
142 changed files with 7883 additions and 13745 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue