123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "城市智慧停车"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "城市智慧停车"
- }
- },
- {
- "path": "pages/roadlist/roadlist",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "停车场列表"
- }
- },
- {
- "path": "pages/modifypwd/modifypwd",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "密码修改"
- }
- },
- {
- "path": "pages/parking/parking",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "车辆入场"
- }
- },
- {
- "path": "pages/getin/getin",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "车辆入场"
- }
- },
- {
- "path": "pages/getout/getout",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "车辆出场"
- }
- },
- {
- "path": "pages/getout/getoutpage/getoutpage",
- "style": {
-
- "navigationBarTitleText": "车辆出场"
- }
- },
- {
- "path": "pages/getcarno/getcarno",
- "style": {
-
- "navigationBarTitleText": "拍照取证"
- }
- },
- {
- "path": "pages/ownersquery/ownersquery",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "车主查询"
- }
- },
- {
- "path": "pages/ownersquery/ownersinfo/ownersinfo",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "车主信息"
- }
- },
- {
- "path": "pages/attence/attence",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "考勤"
- }
- },
- {
- "path": "pages/setting/setting",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/performance/performance",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "我的业绩"
- }
- },
- {
- "path": "pages/owelist/owelist",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "历史欠费"
- }
- },
- {
- "path": "pages/receipts/receiptsIn",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "入场小票"
- }
- },
- {
- "path": "pages/receipts/receiptsOut",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "出场小票"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }
|