index.js 141 B

12345
  1. import https from '@/plugins/luch-request_0.0.7/request'
  2. export const getAllKind = data => {
  3. return https.get('/kind/get-all-kind', data)
  4. }