{ "easycom": { "autoscan": true, "custom": { "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue", "^uni-(.*)": "@/components/uni-$1/uni-$1.vue" } }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/room/index", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/index/cardDetail", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/index/detail", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/my/index", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/list/list", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/list/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/list/imgList", "style": { "navigationBarTitleText": "" } }, { "path": "pages/list/videoList", "style": { "navigationBarTitleText": "" } }, { "path": "pages/list/caseDetail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/list/videoDetail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/list/editCase", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/file/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/file/uploadFile", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/file/fileDetail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/poster/poster", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } , { "path": "pages/webview/webview", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/cardList/cardList", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/cardList/cardDetail", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/room/sysnotice", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "subPackages": [{ "root": "subpages", "pages": [{ "path": "pages/radar/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/radar/customerSpan", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/radar/drawPage", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } }, { "path": "pages/card/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/card/editDetail", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/card/cardChat", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/card/addCard", "style": { "navigationBarTitleText": "uni-app", "navigationStyle": "custom" } } ] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "navigationStyle": "custom", "enablePullDownRefresh": true, "onReachBottomDistance": 50 } }