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" }] }