346149741
2024-06-21 abe3c7e7695f61f362685abf639f0c441c62741b
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 }});
}