| 12345678910111213141516171819202122232425262728293031 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "enableScroll": false
- }
- },
- {
- "path": "pages/index/feedback",
- "style": {
- "enableScroll": false
- }
- }
- ],
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商小川",
- "navigationBarTextStyle": "black"
- },
- "condition": {
- "current": 0,
- "list": [
- {
- "name": "feedback",
- "path": "pages/index/feedback",
- "query": ""
- }
- ]
- }
- }
|