dashboard
repositories
filestore
activity
search
login
main
/
jys-MT10-pc
交易所前端蓝色ui 4.5 jiem
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: 顶部热门修改
lxf
2025-04-19
d0fd43dc856abc30b53e4ebe2258d85123f987f5
[jys-MT10-pc.git]
/
src
/
api
/
api.js
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
}