移动端
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

10 satır
181 B

  1. import request from '@/utils/request'
  2. //字典查询
  3. export function getDicts(type) {
  4. return request({
  5. url: '/transaction/website/data/type/'+type,
  6. method: 'get',
  7. })
  8. }