@@ -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/userTab/index",
@@ -54,7 +54,7 @@
selectedIconPath: img7,
text: '我的',
- pagePath2: "/pages/businessHall/mine/mine",
+ pagePath2: "/pages/myTab/index",
}
],
};
@@ -14,6 +14,27 @@
"navigationBarTitleText": "",
"enablePullDownRefresh": false
+ },
+ {
+ "path" : "pages/deviceTab/index",
+ "style" :
+ "navigationBarTitleText" : ""
+ }
+ "path" : "pages/userTab/index",
+ "path" : "pages/myTab/index",
@@ -0,0 +1,25 @@
+<template>
+ <view>
+ <tabbar :current="1"></tabbar>
+ </view>
+</template>
+
+<script>
+ import * as API from '@/apis/pagejs/index.js'
+ import Tabbar from '@/components/Tabbar.vue'
+ export default {
+ components: {
+ Tabbar
+ data() {
+ return {
+ };
+</script>
+<style lang="scss">
+</style>
@@ -405,7 +405,7 @@
// 导航栏
.navbar {
-
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
background-color: rgba(22, 119, 255, 1);
color: #fff;
line-height: 88rpx;
+ <tabbar :current="3"></tabbar>
+ <tabbar :current="2"></tabbar>