12345678910111213141516 |
- {
- "pages": [
- {
- "path": "pages/drawLots/index",
- "style": {
- "navigationBarTitleText": "签"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "我是大女主",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#ffffff"
- }
- }
|