| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/map/map",
- "style": {
- "navigationBarTitleText": "地图模式"
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "用户登录"
- }
- }
- ],
- "subPackages": [
- {
- "root": "subPackages/charging",
- "name": "charging",
- "pages": [
- {
- "path": "site/site",
- "style": {
- "navigationBarTitleText": "站点详情"
- }
- },
- {
- "path": "site-more/site-more",
- "style": {
- "navigationBarTitleText": "电站价格"
- }
- },
- {
- "path": "charging/charging",
- "style": {
- "navigationBarTitleText": "正在充电"
- }
- },
- {
- "path": "terminal/terminal",
- "style": {
- "navigationBarTitleText": "充电终端"
- }
- },
- {
- "path": "new-site/new-site",
- "style": {
- "navigationBarTitleText": "站点详情"
- }
- }
- ]
- },
- {
- "root": "subPackages/order",
- "name": "order",
- "pages": [
- {
- "path": "order/order",
- "style": {
- "navigationBarTitleText": "充电订单"
- }
- },
- {
- "path": "order-detail/order-detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }
- ]
- },
- {
- "root": "subPackages/coupon",
- "name": "coupon",
- "pages": [
- {
- "path": "coupon-buy/coupon-buy",
- "style": {
- "navigationBarTitleText": "购券中心"
- }
- },
- {
- "path": "coupons/coupons",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- },
- {
- "path": "recharge-log/recharge-log",
- "style": {
- "navigationBarTitleText": "购券记录"
- }
- }
- ]
- },
- {
- "root": "subPackages/other",
- "name": "other",
- "pages": [
- {
- "path": "feedback/feedback",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "feedback-reply/feedback-reply",
- "style": {
- "navigationBarTitleText": "反馈答复"
- }
- },
- {
- "path": "search/search",
- "style": {
- "navigationBarTitleText": "站点搜索"
- }
- },
- {
- "path": "web/web",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "default",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- }
- },
- {
- "path": "banner-page/banner-page",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "中数电动",
- "navigationBarBackgroundColor": "#C7FFFD",
- "backgroundColor": "#C7FFFD",
- "navigationStyle": "custom"
- },
- "uniIdRouter": {}
- }
|