公司小程序
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.

33 lines
761 B

3 years ago
export default {
///定义主页下方的导航栏
main_bottom_tabbar_defines : [
{
index : 0,
3 years ago
title : "主页",
img1 : "../../static/images/mainview/shouye_1.png",
img2 : "../../static/images/mainview/shouye_2.png",
3 years ago
router: "",
},
{
index : 1,
3 years ago
title : "客户",
img1 : "../../static/images/mainview/kehu_1.png",
img2 : "../../static/images/mainview/kehu_2.png",
router: "",
},
/*{
index : 2,
3 years ago
title : "进度",
img1 : "../../static/images/mainview/jingdu_1.png",
img2 : "../../static/images/mainview/jingdu_2.png",
3 years ago
router: "",
},*/
3 years ago
{
index : 2,
3 years ago
title : "我的",
img1 : "../../static/images/mainview/wode_1.png",
img2 : "../../static/images/mainview/wode_2.png",
router: "",
},
],
}