346149741
2024-06-22 c1d01150e8fb394ff4de3e6f159c307eb95f4ae4
1
2
3
4
5
6
7
import Vue from 'vue';
import { config } from '@/common/config.js'
const http = uni.$u.http
 
export function getDicts(dictType){
    return http.get('/system/dict/data/type/' + dictType, {}, { custom: { loading: true }});
}