| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/login/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/order/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/order/success/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/order/add-model/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/order/edit-model/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/order/list/index",
- "style": { "navigationStyle": "custom", "enablePullDownRefresh": false }
- },
- {
- "path": "pages/order/detail/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/settings/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/agreement/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/privacy/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/complaint/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/complaint/submit/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/complaint/detail/index",
- "style": { "navigationStyle": "custom" }
- },
- {
- "path": "pages/mine/index",
- "style": { "navigationStyle": "custom" }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "ERP 系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|