| 12345678910111213141516171819202122232425262728 |
- {
- "pages": [{
- "path": "pages/start/start",
- "style": {
- }
- },{
- "path": "pages/index/index1",
- "style": {
- "navigationBarTitleText": "数智化产线AI视觉识别系统"
- }
- },{
- "path": "pages/index/index2",
- "style": {
- "navigationBarTitleText": "数智化产线AI视觉识别系统"
- }
- }],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "数智化产线AI视觉识别系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "pageOrientation": "landscape",
- "app-plus": {
- "background": "#efeff4"
- }
- }
- }
|