31 lines
609 B
JavaScript
31 lines
609 B
JavaScript
module.exports = {
|
|
list:[{
|
|
iconPath: "home",
|
|
selectedIconPath: "home-fill",
|
|
text: '首页',
|
|
customIcon: false,
|
|
pagePath:'/pages/iots/home/index'
|
|
},
|
|
{
|
|
iconPath: "grid",
|
|
selectedIconPath: "grid-fill",
|
|
text: '设备',
|
|
customIcon: false,
|
|
pagePath:'/pages/iots/device/device-list'
|
|
},
|
|
{
|
|
iconPath: "map",
|
|
selectedIconPath: "map-fill",
|
|
text: '地图',
|
|
customIcon: false,
|
|
pagePath:'/pages/iots/map/device-map'
|
|
},
|
|
{
|
|
iconPath: "bell",
|
|
selectedIconPath: "bell-fill",
|
|
text: '告警',
|
|
customIcon: false,
|
|
pagePath:'/pages/iots/notice/index'
|
|
},
|
|
],
|
|
} |