首页修改
This commit is contained in:
54
pages.json
54
pages.json
@@ -4,23 +4,7 @@
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none", //关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "灿能物联", // 窗口的标题
|
||||
"titleAlign": "left",
|
||||
"padding-left": "16rpx",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "请先创建工程",
|
||||
"fontSize": "28rpx",
|
||||
"select": true,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -247,12 +231,42 @@
|
||||
"navigationBarTitleText": "移交"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/share",
|
||||
"style": {
|
||||
"navigationBarTitleText": "分享"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/home/feedback",
|
||||
"style": {
|
||||
"navigationBarTitleText": "提交反馈"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/home/selectEngineering",
|
||||
"style": {
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
"titleText": "灿能物联",
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-left": "16rpx",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "创建工程",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/feedback",
|
||||
"style": {
|
||||
@@ -455,9 +469,8 @@
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "灿能电力",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f3f4f5"
|
||||
"backgroundColor": "#f3f4f5",
|
||||
// #ifdef H5
|
||||
,
|
||||
"navigationStyle": "custom"
|
||||
// #endif
|
||||
},
|
||||
@@ -470,7 +483,8 @@
|
||||
},
|
||||
"condition": {
|
||||
//模式配置,仅开发期间生效
|
||||
"current": 0, //当前激活的模式(list 的索引项)
|
||||
"current": 0,
|
||||
//当前激活的模式(list 的索引项)
|
||||
"list": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user