cert.ts 83 B

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