You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.4 KiB
69 lines
1.4 KiB
{ |
|
"pages": [{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "uni-app" |
|
} |
|
}, |
|
// { |
|
// "path": "pages/gisUpload/gisUpload", |
|
// "style": { |
|
// "navigationBarTitleText": "地图上报" |
|
// } |
|
// }, |
|
{ |
|
"path": "pages/voiceRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "语音上报" |
|
} |
|
},{ |
|
"path": "pages/voiceRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "语音上报记录" |
|
} |
|
},{ |
|
"path": "pages/positionRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "位置上报" |
|
} |
|
},{ |
|
"path": "pages/positionRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "位置上报记录" |
|
} |
|
},{ |
|
"path": "pages/patrolRecord/report", |
|
"style": { |
|
"navigationBarTitleText": "巡更上报" |
|
} |
|
},{ |
|
"path": "pages/patrolRecord/list", |
|
"style": { |
|
"navigationBarTitleText": "巡更上报记录" |
|
} |
|
},{ |
|
"path": "pages/setting/index", |
|
"style": { |
|
"navigationBarTitleText": "远端设置" |
|
} |
|
},{ |
|
"path": "pages/message/list", |
|
"style": { |
|
"navigationBarTitleText": "报警消息" |
|
} |
|
},{ |
|
"path": "pages/message/detail", |
|
"style": { |
|
"navigationBarTitleText": "报警消息详情" |
|
} |
|
}], |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8", |
|
"app-plus": { |
|
"background": "#efeff4" |
|
} |
|
} |
|
}
|
|
|