|
@@ -11,6 +11,9 @@
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "OhPlay"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login/login"
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|
|
@@ -20,20 +23,32 @@
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
},
|
|
|
"tabBar": {
|
|
|
- "color": "#7A7E83",
|
|
|
- "selectedColor": "#3cc51f",
|
|
|
- "borderStyle": "black",
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
- "list": [{
|
|
|
- "pagePath": "pages/index/index",
|
|
|
- "iconPath": "static/image/iot.png",
|
|
|
- "selectedIconPath": "static/image/iot_org.png",
|
|
|
- "text": "首页"
|
|
|
- }, {
|
|
|
- "pagePath": "pages/mine/mine",
|
|
|
- "iconPath": "static/image/mine.png",
|
|
|
- "selectedIconPath": "static/image/mine_pressed.png",
|
|
|
- "text": "我的"
|
|
|
- }]
|
|
|
-}
|
|
|
-}
|
|
|
+ "color": "#7A7E83",
|
|
|
+ "selectedColor": "#3cc51f",
|
|
|
+ "borderStyle": "black",
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
+ "iconPath": "static/image/iot.png",
|
|
|
+ "selectedIconPath": "static/image/iot_org.png",
|
|
|
+ "text": "首页"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/mine/mine",
|
|
|
+ "iconPath": "static/image/mine.png",
|
|
|
+ "selectedIconPath": "static/image/mine_pressed.png",
|
|
|
+ "text": "我的"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "condition": {
|
|
|
+ "current": 0,
|
|
|
+ "list": [
|
|
|
+ {
|
|
|
+ "name": "登录组件",
|
|
|
+ "path": "pages/login/login"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|