dashboard
repositories
filestore
activity
search
login
zhba
/
zhba_app_ys
智慧保安APP验收版本
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
首次提交
shuishen
2021-12-02
56ee0734fc0cbca40f992823a636ec8feebd1f80
[zhba/zhba_app_ys.git]
/
utils
/
luch-request
/
core
/
dispatchRequest.js
1
2
3
4
5
6
import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}