dashboard
repositories
filestore
activity
search
login
main
/
moral_fronted
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
1.浑南区走航车报告下载;2.菜单分配可以选择某个子菜单,但必须选择实时风场页面;3.空气质量报告模板更新;
guoshipeng
2022-12-12
5bbcdadbb201985f7bafcc60bd679d9e6f0e4229
[moral_fronted.git]
/
src
/
api
/
apiCommon.js
1
2
3
4
5
6
const http = 'http://39.97.177.149:8082' // 需要使用的ip1+接口共有部分
const http1 = 'http://114.215.182.239/ams/' // 需要使用的ip2+接口共有部分
export default { // 将const创建的变量进行暴露,注意,暴露的必须是一个对象
http, http1
}