提交app
This commit is contained in:
80
pages.json
80
pages.json
@@ -4,6 +4,7 @@
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"enablePullDownRefresh": true, // 开启下拉刷新
|
||||
"navigationStyle": "custom",
|
||||
"pullToRefresh": {
|
||||
"support":true,
|
||||
@@ -13,11 +14,36 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/message",
|
||||
"path": "pages/index/message1",
|
||||
"style": {
|
||||
"navigationBarTitleText": "消息"
|
||||
"navigationBarTitleText": "消息",
|
||||
|
||||
"app-plus": {
|
||||
"bounce": "none",
|
||||
//关闭窗口回弹效果
|
||||
"titleNView": {
|
||||
// 窗口的标题
|
||||
"titleAlign": "center",
|
||||
"padding-right": "20rpx",
|
||||
"buttons": [
|
||||
{
|
||||
"text": "一键已读",
|
||||
"fontSize": "28rpx",
|
||||
"select": false,
|
||||
"width": "auto"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
"path": "pages/index/report",
|
||||
"style": {
|
||||
"navigationBarTitleText": "报表"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/index/mine",
|
||||
"style": {
|
||||
@@ -133,6 +159,13 @@
|
||||
"enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/realTime/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "实时数据"
|
||||
// "enablePullDownRefresh": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/DVR/detail",
|
||||
"style": {
|
||||
@@ -221,12 +254,36 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message1/comp/preview",
|
||||
"style": {
|
||||
"navigationBarTitleText": "预览"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message/messageDetail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "暂态事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message1/comp/transientDetails",
|
||||
"style": {
|
||||
"navigationBarTitleText": "暂态事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message1/comp/steadyStateDetails",
|
||||
"style": {
|
||||
"navigationBarTitleText": "稳态事件详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/message1/comp/alarmDetails",
|
||||
"style": {
|
||||
"navigationBarTitleText": "运行告警详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/device/transfer",
|
||||
"style": {
|
||||
@@ -353,6 +410,12 @@
|
||||
"navigationBarTitleText": "服务内容配置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/mine/transientSetting",
|
||||
"style": {
|
||||
"navigationBarTitleText": "暂态事件配置"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/erweima",
|
||||
"style": {
|
||||
@@ -441,11 +504,17 @@
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/message",
|
||||
"pagePath": "pages/index/message1",
|
||||
"iconPath": "static/notice.png",
|
||||
"selectedIconPath": "static/notice2.png",
|
||||
"text": "消息"
|
||||
},
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/report",
|
||||
"iconPath": "static/reportIco.png",
|
||||
"selectedIconPath": "static/reportIco1.png",
|
||||
"text": "报表"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/index/mine",
|
||||
"iconPath": "static/mine.png",
|
||||
@@ -468,7 +537,8 @@
|
||||
"easycom": {
|
||||
"autoscan": true,
|
||||
"custom": {
|
||||
"^rc-(.*)": "@/components/Cn-$1/Cn-$1.vue"
|
||||
"^rc-(.*)": "@/components/Cn-$1/Cn-$1.vue",
|
||||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||||
}
|
||||
},
|
||||
"condition": {
|
||||
|
||||
Reference in New Issue
Block a user