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

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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