Your Name
2022-05-11 d36a3b011cd63274a9470b8fe63971bb46a2c136
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',
    })
}