| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "华晟型材",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationBarTitleText": "ERP 下单",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/order/success/index",
- "style": {
- "navigationBarTitleText": "下单成功",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/order/add-model/index",
- "style": {
- "navigationBarTitleText": "添加型号",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/order/edit-model/index",
- "style": {
- "navigationBarTitleText": "编辑型号",
- "navigationBarBackgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "pages/order/list/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/detail/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/settings/index",
- "style": {
- "navigationBarTitleText": "个人资料设置",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/agreement/index",
- "style": {
- "navigationBarTitleText": "用户协议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/privacy/index",
- "style": {
- "navigationBarTitleText": "隐私政策",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/complaint/index",
- "style": {
- "navigationBarTitleText": "投诉与建议",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationBarBackgroundColor": "#C1001C",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "ERP 系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|