1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "城市智慧停车"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "城市智慧停车"
- }
- },
- {
- "path": "pages/parking/parking",
- "style": {
-
- "navigationBarTitleText": "车辆入场"
- }
- },
- {
- "path": "pages/getout/getout",
- "style": {
-
- "navigationBarTitleText": "车辆出场"
- }
- },
- {
- "path": "pages/getout/getoutpage/getoutpage",
- "style": {
-
- "navigationBarTitleText": "车辆出场"
- }
- },
- {
- "path": "pages/getcarno/getcarno",
- "style": {
-
- "navigationBarTitleText": "拍照取证"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uView",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- }
|