LpRealName/totalTabbar.js

32 lines
1.1 KiB
JavaScript
Raw Permalink Normal View History

2024-12-20 10:32:43 +08:00
export default {
color: "#161616",
selectedColor: "#161616",
borderStyle: "black",
backgroundColor: "#ffffff",
list: [{
pagePath: "pages/message/index",
iconPath: "static/images/dh1_0.png",
selectedIconPath: "static/images/dh1s.png",
text: "消息",
//新版本新增页面被打开方式默认为reLaunch
}, {
pagePath: "pages/gzt/index",
iconPath: "static/images/dh2.png",
selectedIconPath: "static/images/dh2s.png",
text: "工作台",
//新版本新增页面被打开方式默认为reLaunch
}, {
pagePath: "pages/txl/index",
iconPath: "static/images/dh3.png",
selectedIconPath: "static/images/dh3s.png",
text: "通讯录",
//新版本新增页面被打开方式默认为reLaunch
}, {
pagePath: "pages/mine/index",
iconPath: "static/images/dh4.png",
selectedIconPath: "static/images/dh4s.png",
text: "我的",
//新版本新增页面被打开方式默认为reLaunch
},
]
}