Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled
10 lines
162 B
Vue
10 lines
162 B
Vue
import request from '@/utils/request'
|
|
|
|
export function getIconList(data) {
|
|
return request({
|
|
url: '/remixIcon/getList',
|
|
method: 'post',
|
|
data,
|
|
})
|
|
}
|