config.ts 89 B

12345
  1. import Curd from '@/api/curd'
  2. const config = new Curd('/config')
  3. export default config