songhuangfeng123
2022-05-10 af40a8c77389bb44b9e4b25a17ba9145a50aa4b0
src/api/dictionary.js
@@ -101,3 +101,13 @@
    data
  })
}
export function getItemsByType(type) {
    return request({
        headers:{
            'Authorization': getToken()
        },
        url: process.env.BASE_API+'/dictionaryAllItems?dictionaryType='+type,
        method: 'get',
    })
}