智慧保安互联网APP
shuishen
2021-08-12 489acf5ce86f711ef70e67a3bb1511571177a8bb
1
2
3
4
5
6
import adapter from '../adapters/index'
 
 
export default (config) => {
  return adapter(config)
}