{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/profile/profile", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/onboarding/onboarding", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/login/login", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/record/record", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/card/card", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/share-profile/share-profile", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/circle/circle", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/circle-detail/circle-detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/circle-publish/circle-publish", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/friends/friends", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/event-create/event-create", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/event-detail/event-detail", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } }, { "path": "pages/games/games", "style": { "navigationStyle": "custom", "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "干杯日记", "navigationBarBackgroundColor": "#0B0B14", "backgroundColor": "#0B0B14", "backgroundColorTop": "#0B0B14", "backgroundColorBottom": "#0B0B14" }, "tabBar": { "color": "#9494AC", "selectedColor": "#E8A838", "backgroundColor": "#151520", "borderStyle": "black", "list": [ { "pagePath": "pages/index/index", "text": "首页", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-active.png" }, { "pagePath": "pages/circle/circle", "text": "酒友圈", "iconPath": "static/tab-circle.png", "selectedIconPath": "static/tab-circle-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static/tab-profile.png", "selectedIconPath": "static/tab-profile-active.png" } ] }, "uniIdRouter": {} }