页面切图

This commit is contained in:
仲么了
2023-02-07 17:59:54 +08:00
parent 6cd009f621
commit 3f50cca6db
35 changed files with 933 additions and 164 deletions

View File

@@ -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
},