5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-15 802fba84f2a31820a305db3c449f82044f7fc324
1
2
3
4
5
6
7
8
import Axios from "@/utils/http";
function url(url,data){
    return Axios.fetch(url,data)
}
 
export default {
    url
}