common.js 151 B

1234567
  1. import fetch from '../api/fetch.js'
  2. export default {
  3. dicList(params) {
  4. return fetch('/blade-system/dict-biz/dictionary', params)
  5. },
  6. }