{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "资产" } }, { "path": "pages/strategies/strategies", "style": { "navigationBarTitleText": "策略库" } }, { "path": "pages/me/me", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/config/config", "style": { "navigationBarTitleText": "添加组合" } }, { "path": "pages/strategies/edit/edit", "style": { "navigationBarTitleText": "" } } ], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "Asset Manager", "navigationBarBackgroundColor": "#0D4536", "backgroundColor": "#F3F4F6" }, "tabBar": { "color": "#9CA3AF", "selectedColor": "#0D4536", "backgroundColor": "#FFFFFF", "borderStyle": "black", "list": [{ "pagePath": "pages/index/index", "text": "资产", "iconPath": "/static/home.png", "selectedIconPath": "static/home.png" }, { "pagePath": "pages/strategies/strategies", "text": "策略", "iconPath": "/static/puzzle.png", "selectedIconPath": "/static/puzzle.png" }, { "pagePath": "pages/me/me", "text": "我的", "iconPath": "/static/profile_circled.png", "selectedIconPath": "/static/profile_circled.png" } ] }, "uniIdRouter": {}, "easycom": { "autoscan": true, "custom": { "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } } }