可信代码库-编程语言接口对接
This commit is contained in:
@@ -362,12 +362,10 @@ export function uploadImage(file: File) {
|
||||
|
||||
// 获取字典
|
||||
export function basicDict(data) {
|
||||
return axios.request({
|
||||
url: '/gateway/basic/dict/children/list',
|
||||
method: 'POST',
|
||||
|
||||
return request({
|
||||
url: `dict/children/list`,
|
||||
method: 'post',
|
||||
data: data,
|
||||
headers: {
|
||||
Authorization: 'Bearer ' + localStorage.getItem('access_token')
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user