dict.js 181 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 import request from '@/utils/request' /* 获取全部字典数据 */ export function getAllDict () { return request({ url: '/sys/dict/getAllDict', method: 'post' }) }