This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
workflow-mobile
Watch
9
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
zhonghanggongye-250705
Branches
Tags
aojianuo
beipai
guotouhami
master
sdjnyy_20240522
zhonghanggongye-250705
workflow-mob...
/
utils
/
luch-request
/
core
/
dispatchRequest.js
dispatchRequest.js
98 B
Permalink
History
Raw
1
2
3
4
5
6
import adapter from '../adapters/index'
export default (config) => {
return adapter(config)
}