{ "pages": [{ "path": "pages/index/index", "style": { "navigationBarText": "TALL", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/workbench/workbench", "style": { "navigationBarTitleText": "工作台" } }, { "path": "pages/business/business", "style": { "navigationBarTitleText": "业务列表" } }, { "path": "pages/project/project", "style": { "navigationStyle": "custom" } }, { "path": "pages/user/accountLogin", "style": { "navigationBarTitleText": "用户名登录" } }, { "path": "pages/user/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/user/rigister", "style": { "navigationBarTitleText": "注册" } }, { "path": "pages/user/agreement", "style": { "navigationBarTitleText": "注册协议" } }, { "path": "pages/submitLog/submitLog", "style": { "navigationBarTitleText": "交付物上传记录" } }, { "path": "pages/checkLog/checkLog", "style": { "navigationBarTitleText": "审核记录" } }, { "path": "pages/detailWebview/detailWebview", "style": { "navigationBarTitleText": "详情页" } }, { "path": "pages/404/404", "style": { "navigationBarTitleText": "404" } }, { "path": "pages/audit/audit", "style": { "navigationBarTitleText": "个人管理", "enablePullDownRefresh": false } }, { "path": "pages/uidispose/uidispose", "style": { "navigationBarTitleText": "ui配置", "enablePullDownRefresh": false } }, { "path": "pages/exarresources/exarresources", "style": { "navigationBarTitleText": "域资源管理", "enablePullDownRefresh": false } }, { "path": "pages/projectVersion/projectVersion", "style": { "navigationBarTitleText": "项目版本管理", "enablePullDownRefresh": false } }, { "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { "disableScroll": true, "app-plus": { "backgroundColorTop": "transparent", "background": "transparent", "titleNView": false, "scrollIndicator": false, "popGesture": "none", "animationType": "fade-in", "animationDuration": 200 } } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "TALL", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "easycom": { "autoscan": true, "custom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^p-(.*)": "@/plugins/p-$1/p-$1.vue", "theme": "@/components/Theme/Theme.vue" } } }