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.

26 lines
704 B
JavaScript

2 months ago
export default {
cloudStoreList:[{
pagePath: "/pages/cloudStore/cloudStoreList",
iconPath: "/static/img/yxs-index.png",
selectedIconPath: "/static/img/yxs-index_act.png",
customIcon: false,
text: '首页',
count: 0,
id: 1,
activeColor: "#4D5566",
inactiveColor: "#848FA5"
},
{
pagePath: "/pages/index/index",
iconPath: "/static/img/yxs-index.png",
selectedIconPath: "/static/img/yxs-index_act.png",
customIcon: false,
// 如果使用自定义扩展的图标库字体需配置此值为true
// 自定义字体图标库教程https://www.uviewui.com/guide/customIcon.html
text: '我的',
count: 0,
id: 1,
activeColor: "#4D5566",
inactiveColor: "#848FA5"
}]
}