12345678910111213141516171819202122 |
- {
- "pages": [
- {
- "path": "pages/drawLots/index",
- "style": {
- "navigationBarTitleText": "每日运势"
- }
- },
- {
- "path": "pages/drawLots/form",
- "style": {
- "navigationBarTitleText": "信息采集"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "辞图科技",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- }
- }
|