{ "easycom": { "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue", "^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue" }, "pages": [ { "path": "pages/login/login", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "titleNView": false // 禁用原生导航 } } }, { "path": "pages/register/register", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "titleNView": false // 禁用原生导航 } } }, { "path": "pages/realName/realName", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "titleNView": false // 禁用原生导航 } } }, { "path": "pages/cameraContext/cameraContext", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false, "app-plus": { "titleNView": false // 禁用原生导航 } } }, { "path": "pages/home/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/contract/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/order-goods/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/order-goods/order-details", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/mine/index", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/mine/set-up", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } } , { "path": "pages/consignment-painting/index", "style": { "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/paySuccess/paySuccess", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/payError/payError", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8", "app-plus": { "titleNView": false } }, "uniIdRouter": {}, "tabBar": { // list 每一项 "list": [{ "pagePath": "pages/home/index" }, { "pagePath": "pages/mine/index" }, { "pagePath": "pages/contract/index" }, { "pagePath": "pages/order-goods/index" } ] } }