| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- {
- "entryPagePath": "pages/map/map",
- "pages": [
- {
- "path": "pages/index/index"
- },
- {
- "path": "pages/map/map",
- "style": {
- "disableScroll": true
- }
- },
- {
- "path": "pages/list/list"
- },
- {
- "path": "pages/user/user"
- }
- ],
- "subPackages": [
- {
- "root": "pages-charge",
- "pages": [
- {
- "path": "machines/machines",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#F5F5F5"
- }
- },
- {
- "path": "codeing/codeing",
- "style": {
- "navigationBarTitleText": "编码充电",
- "navigationStyle": "default"
- }
- },
- {
- "path": "order/order",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "充电费用"
- }
- },
- {
- "path": "ordering/ordering",
- "style": {
- "navigationBarTitleText": "充电",
- "navigationStyle": "default",
- "disableScroll": true
- }
- },
- {
- "path": "orders/orders",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "充电订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "search/search"
- },
- {
- "path": "appointment/appointment",
- "style": {
- "navigationBarTitleText": "预约充电",
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#F6F7FA"
- }
- },
- {
- "path": "camera/camera",
- "style": {
- "navigationBarTextStyle": "white",
- "disableScroll": true
- }
- }
- ]
- },
- {
- "root": "pages-user",
- "pages": [
- {
- "path": "collect/collect",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "我的收藏",
- "navigationBarBackgroundColor": "#F5F5F5"
- }
- },
- {
- "path": "profile/profile",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "profile-edit/profile-edit",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "wallet/wallet",
- "style": {
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "wallet-refund/wallet-refund",
- "style": {
- "disableScroll": true
- }
- },
- {
- "path": "wallet-recharge/wallet-recharge",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "我的钱包",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "pages-common",
- "pages": [
- {
- "path": "contact/contact",
- "style": {
- "navigationStyle": "default",
- "navigationBarTitleText": "联系我们",
- "navigationBarBackgroundColor": "#ffffff"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff",
- "navigationStyle": "custom",
- "usingComponents": {
- "navigation-bar": "./wxcomponents/navigation-bar/index"
- }
- },
- "easycom": {
- "autoscan": true
- },
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/map/map"
- },
- {
- "pagePath": "pages/list/list"
- },
- {
- "pagePath": "pages/user/user"
- }
- ]
- }
- }
|