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