You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
299 B
11 lines
299 B
4 days ago
|
/**
|
||
|
/**
|
||
|
* 产品 配置文件
|
||
|
* @author yujialong
|
||
|
*/
|
||
|
|
||
|
export default {
|
||
|
normalIcon: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20220609/png/1534733700683030528.png', // 通用图标
|
||
|
dataIcon: 'https://huoran.oss-cn-shenzhen.aliyuncs.com/20220627/png/1541256164447641600.png' // 数据图标
|
||
|
}
|