{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/home/home", "style": {} }, { "path": "pages/userAuth/userAuth", "style": {} }, { "path": "pages/videoPlayer/videoPlayer", "style": {} }, { "path": "pages/webview/webview", "style": {} }, { "path": "pages/search/search", "style": {} }, { "path": "pages/uploadFile/uploadFile", "style": {} }, { "path": "pages/myLike/myLike", "style": {} }, { "path": "pages/doctorDetail/doctorDetail", "style": {} }, { "path": "pages/myAttention/myAttention", "style": {} }, { "path": "pages/shortVideo/shortVideo", "style": { "navigationBarTitleText": "优医视频" } }, { "path": "pages/myVideos/myVideos", "style": {} } ], "globalStyle": { "navigationStyle": "custom", // 自定义导航栏 "navigationBarTextStyle": "white", "navigationBarTitleText": "优医短视频" }, "tabBar": { "color": "#8e8e8e", "selectedColor": "#000000", "borderStyle": "black", "fontSize": "22px", "backgroundColor": "#ffffff", "position": "bottom", "height": "40px", "list": [{ "pagePath": "pages/shortVideo/shortVideo", "text": "短视频" }, { "pagePath": "pages/home/home", "text": "我的" } ] } }