LpRealName/totalTabbar.js

32 lines
1.1 KiB
JavaScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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