| 12345678910111213141516171819202122 |
- {
- "pages": [
- {"path": "pages/home/cash","style": {"navigationBarTitleText": "收银"}},
- {"path": "pages/home/work","style": {"navigationBarTitleText": "工单"}},
- {"path": "pages/home/modify","style": {"navigationBarTitleText": "修改"}},
- {"path": "pages/home/make","style": {"navigationBarTitleText": "制作"}},
- {"path": "pages/home/selectMake","style": {"navigationBarTitleText": "选款"}},
- {"path": "pages/home/blue","style": {"navigationBarTitleText": "连接标签机"}}
- ],
- "subPackages": [],
- "globalStyle": {
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "销花宝",
- "navigationBarTextStyle": "black",
- "backgroundColor": "#f9fbfc",
- "onReachBottomDistance": 300,
- "app-plus":{"titleNView":false,"bounce":"none"},
- "navigationStyle":"custom",
- "rpxCalcMaxDeviceWidth": 2000,
- "rpxCalcBaseDeviceWidth": 1440
- }
- }
|