wjt
2024-06-20 6d79e62362f24665ccd8584d398be4b2f4671d67
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 }});
}