dashboard
repositories
filestore
activity
search
login
main
/
Inspection-uniapp
巡检系统app
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
`
xiebin
2022-09-30
06fcee5b6eca7c9a920ed2b367beb8ecbb76fd0f
[Inspection-uniapp.git]
/
utils
/
luch-request
/
core
/
dispatchRequest.js
1
2
3
4
5
6
import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}