APPbug反馈修改

This commit is contained in:
仲么了
2023-08-10 09:18:17 +08:00
parent 192bd44c7a
commit f395da8f93
48 changed files with 1420 additions and 480 deletions

View File

@@ -4,8 +4,23 @@
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"titleNView": {
"titleText": "灿能物联", // 窗口的标题
"titleAlign": "left",
"padding-left": "16rpx",
"padding-right": "20rpx",
"buttons": [
{
"text": "请选择工程",
"fontSize": "28rpx",
"select": true,
"width": "auto"
}
]
}
}
}
},
{
@@ -317,6 +332,12 @@
"navigationBarTitleText": "工程详情"
}
},
{
"path": "pages/engineering/setting",
"style": {
"navigationBarTitleText": "关注工程配置"
}
},
{
"path": "pages/user/erweima",
"style": {