mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 00:15:54 +08:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
import adapter from '../adapters/index'
|
|
|
|
|
|
export default (config) => {
|
|
config.header = config.header || {}
|
|
return adapter(config)
|
|
}
|