32 lines
1.1 KiB
JavaScript
32 lines
1.1 KiB
JavaScript
|
|
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
|
|||
|
|
},
|
|||
|
|
]
|
|||
|
|
}
|