1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "easycom": {
- "autoscan": true // 自动扫描组件
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/main/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/cash/index",
- "style": {
- "navigationBarTitleText": "提现",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/balance/index",
- "style": {
- "navigationBarTitleText": "余额提现",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/consume/index",
- "style": {
- "navigationBarTitleText": "收支明细",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/invitationStatistics/index",
- "style": {
- "navigationBarTitleText": "邀请统计",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/publicSharing/index",
- "style": {
- "navigationBarTitleText": "全名分享",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/publicSharingDetails/index",
- "style": {
- "navigationBarTitleText": "全名分享详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/withdrawal/index",
- "style": {
- "navigationBarTitleText": "提现",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|