346149741
2024-06-22 07702ce20f46449e7560c43b2f7b7b65e5e742ea
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 }});
}