You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
import { createFromIconfontCN } from '@ant-design/icons'
|
|
|
|
|
|
import defaultSettings from '../../../config/defaultSettings'
|
|
|
|
|
|
|
|
|
|
|
|
export default createFromIconfontCN({
|
|
|
|
|
|
// 该地址为iconfont中的项目地址,根据实际进行修改
|
|
|
|
|
|
scriptUrl: defaultSettings.iconfontUrl
|
|
|
|
|
|
})
|