Your Name
2022-07-19 4f23d16c5f9788e44b83280bf6d3c2e1d2280a07
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',
    })
}