mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-09-17 18:09:57 +08:00
10 lines
157 B
Vue
10 lines
157 B
Vue
import request from '@/utils/request'
|
|
|
|
export function getIconList(data) {
|
|
return request({
|
|
url: '/icon/getList',
|
|
method: 'post',
|
|
data,
|
|
})
|
|
}
|