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.

36 lines
979 B

// 企业用户tabbar
let tab1 = [
{
pagePath: "pages/company-home/index",
text: "企业首页",
iconPath: "static/images/liao-ning/tab-home-n.png",
selectedIconPath: "static/images/liao-ning/tab-home-s.png",
customIcon: true,
},
{
pagePath: "pages/company-mine/index",
text: "企业我的",
iconPath: "static/images/liao-ning/tab-mine-n.png",
selectedIconPath: "static/images/liao-ning/tab-mine-s.png",
customIcon: true,
},
];
// 公众用户tabbar
let tab2 = [
{
pagePath: "pages/public-home/index",
text: "公众首页",
iconPath: "static/images/liao-ning/tab-mine-n.png",
selectedIconPath: "static/images/liao-ning/tab-mine-s.png",
customIcon: true,
},
{
pagePath: "pages/public-mine/index",
text: "公众我的",
iconPath: "static/images/liao-ning/tab-mine-n.png",
selectedIconPath: "static/images/liao-ning/tab-mine-s.png",
customIcon: true,
},
];
export default [tab1, tab2];