mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
commit message
This commit is contained in:
7
lib/request/core/dispatchRequest.js
Normal file
7
lib/request/core/dispatchRequest.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import adapter from '../adapters/index'
|
||||
|
||||
|
||||
export default (config) => {
|
||||
config.header = config.header || {}
|
||||
return adapter(config)
|
||||
}
|
||||
Reference in New Issue
Block a user