| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/challenge/index",
- "style": {
- "navigationBarTitleText": "挑战结果"
- }
- },
- {
- "path": "pages/challenge/success",
- "style": {
- "navigationBarTitleText": "挑战成功"
- }
- },
- {
- "path": "pages/challenge/exit",
- "style": {
- "navigationBarTitleText": "退出比赛"
- }
- },
- {
- "path": "pages/originality/index",
- "style": {
- "navigationBarTitleText": "文创信息"
- }
- },
- {
- "path": "pages/led/index",
- "style": {
- "navigationBarTitleText": "LED显示屏"
- }
- },
- {
- "path": "pages/led/index2",
- "style": {
- "navigationBarTitleText": "LED显示屏2"
- }
- },
- {
- "path": "pages/led/index3",
- "style": {
- "navigationBarTitleText": "LED显示屏3"
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "保利",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|