123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/dataOverview/todayOverview/todayOverview",
- "style": {
- "navigationBarTitleText": "今日概况",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#1767F2",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/dataOverview/operationalAnalysis/operationalAnalysis",
- "style": {
- "navigationBarTitleText": "运营分析",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#1767F2",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/dataOverview/statisticalReport/statisticalReport",
- "style": {
- "navigationBarTitleText": "统计报表",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#1767F2",
- "navigationBarTextStyle": "white"
- }
- }, {
- "path": "pages/orderManagement/parkingRecord/parkingRecord",
- "style": {
- "navigationBarTitleText": "停车记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManagement/arrearageRecord/arrearageRecord",
- "style": {
- "navigationBarTitleText": "欠费记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManagement/collectionRecord/collectionRecord",
- "style": {
- "navigationBarTitleText": "收款记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManagement/feeEvasionRecord/feeEvasionRecord",
- "style": {
- "navigationBarTitleText": "逃费记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManagement/voidRecord/voidRecord",
- "style": {
- "navigationBarTitleText": "作废记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManagement/recoveryRecord/recoveryRecord",
- "style": {
- "navigationBarTitleText": "追缴记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/patrolManagement/patrolRecord/patrolRecord",
- "style": {
- "navigationBarTitleText": "巡检记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/patrolManagement/deviceAbnormalRecords/deviceAbnormalRecords",
- "style": {
- "navigationBarTitleText": "设备异常记录",
- "enablePullDownRefresh": false,
- "navigationBarBackgroundColor": "#1767F2",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "智慧停车运营端",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|