页面切图
This commit is contained in:
45
pages.json
45
pages.json
@@ -16,7 +16,7 @@
|
||||
{
|
||||
"path": "pages/index/mine",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人"
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -120,13 +120,49 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "APF设备详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/record",
|
||||
"style": {
|
||||
"navigationBarTitleText": "操作记录"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "告警情况"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/about",
|
||||
"style": {
|
||||
"navigationBarTitleText": "关于"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/gateway/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网关列表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/gateway/new",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加网关"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/gateway/newDevice",
|
||||
"style": {
|
||||
"navigationBarTitleText": "通过网关添加设备"
|
||||
}
|
||||
}
|
||||
],
|
||||
"tabBar": {
|
||||
"color": "#979797",
|
||||
"selectedColor": "#376cf3",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#fff",
|
||||
"spacing": "5px",
|
||||
"iconWidth": "20px",
|
||||
"list": [
|
||||
@@ -153,9 +189,10 @@
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "灿能电力",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"backgroundColor": "#fff"
|
||||
// #ifdef H5
|
||||
,
|
||||
"navigationStyle": "custom"
|
||||
// #endif
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user