| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/OKC/OKC",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/pledge/pledge",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/pledgeRecord/pledgeRecord",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/community/community",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/Check/Check",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/Community1/Community1",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/Community2/Community2",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/income/income",
- "style": {
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/withdrawalsrecord/withdrawalsrecord",
- "style": {
- "enablePullDownRefresh": false,
- "onReachBottomDistance": 100,
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "OKC",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|