123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "智慧停车运营数据系统",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderRecords/orderRecords",
- "style": {
- "navigationBarTitleText": "订单记录",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/operationOverview/operationOverview",
- "style": {
- "navigationBarTitleText": "运营概况",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/patrolManagement/patrolManagement",
- "style": {
- "navigationBarTitleText": "巡检管理",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/operationOverview/operationOverviewModel/operationOverviewModel",
- "style": {
- "navigationBarTitleText": "运营概况",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/operationOverview/statisticalReport/statisticalReport",
- "style": {
- "navigationBarTitleText": "统计报表",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/operationOverview/operationalAnalysis/operationalAnalysis",
- "style": {
- "navigationBarTitleText": "运营分析",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|