dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_app
智慧保安互联网APP
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址替换
zengh
2022-06-21
4efeb31d5b4921d7e851c256009486ad86bc70e2
[zhba/zhba_app.git]
/
utils
/
luch-request
/
core
/
dispatchRequest.js
1
2
3
4
5
6
import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}