fix:优化代码
parent
913472fa39
commit
ed0ba51647
@ -1,4 +1,4 @@
|
||||
const fileHttp = {
|
||||
ptApi: '10.23.22.43:8001'
|
||||
const fileHttp = {
|
||||
ptApi: `${import.meta.env.VITE_API_BASE_IP}:8001`
|
||||
}
|
||||
export default fileHttp
|
||||
Loading…
Reference in New Issue