|
@@ -32,20 +32,20 @@
|
|
|
iconPath: img2,
|
|
|
selectedIconPath: img1,
|
|
|
text: '主页 ',
|
|
|
- pagePath2: "/pages/businessHall/index/index",
|
|
|
+ pagePath2: "/pages/index/index",
|
|
|
},
|
|
|
{
|
|
|
iconPath: img4,
|
|
|
selectedIconPath: img3,
|
|
|
- text: '应用',
|
|
|
- pagePath2: "/pages/businessHall/message/message",
|
|
|
+ text: '设备',
|
|
|
+ pagePath2: "/pages/deviceTab/index",
|
|
|
|
|
|
},
|
|
|
{
|
|
|
iconPath: img6,
|
|
|
selectedIconPath: img5,
|
|
|
text: '用户',
|
|
|
- pagePath2: "/pages/businessHall/message/message",
|
|
|
+ pagePath2: "/pages/userTab/index",
|
|
|
|
|
|
},
|
|
|
|
|
@@ -54,7 +54,7 @@
|
|
|
selectedIconPath: img7,
|
|
|
|
|
|
text: '我的',
|
|
|
- pagePath2: "/pages/businessHall/mine/mine",
|
|
|
+ pagePath2: "/pages/myTab/index",
|
|
|
}
|
|
|
],
|
|
|
};
|