import fetch from '../api/fetch.js' export default { dicList(params) { return fetch('/blade-system/dict-biz/dictionary', params) }, }