{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/tabbar/index/index", "style": { "navigationBarTitleText": "首页", "enablePullDownRefresh": true, "navigationStyle": "custom" } }, { "path": "pages/tabbar/mine/mine", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "mp_ecard_sdk/index/index", "style": { "navigationBarTitleText": "腾讯云E证通授权" } } ], "subPackages": [{ "root": "pages/subPage", "pages": [{ "path": "notice/notice", "style": { "navigationBarTitleText": "公示公告", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "login/login", "style": { "navigationBarTitleText": "登录", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "notice/noticeDetail", "style": { "navigationBarTitleText": "公告详情", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "authentication/authentication", "style": { "navigationBarTitleText": "业主认证", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "authentication/comp/select1", "style": { "navigationBarTitleText": "业主认证", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "authentication/comp/select2", "style": { "navigationBarTitleText": "业主认证", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "authentication/comp/select3", "style": { "navigationBarTitleText": "业主认证", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "privacyAgreement/privacyAgreement", "style": { "navigationBarTitleText": "用户协议", "enablePullDownRefresh": false, "backgroundTextStyle": "dark" } }, { "path": "ballots/ballotsList/ballotsList", "style": { "navigationBarTitleText": "投票表决", "enablePullDownRefresh": true, "backgroundTextStyle": "dark" } }, { "path": "ballots/vote/vote", "style": { "navigationBarTitleText": "投票表决", "enablePullDownRefresh": true, "navigationStyle": "custom", "backgroundTextStyle": "dark" } }, { "path": "ballots/vote/voteReslut", "style": { "navigationBarTitleText": "投票表决", "enablePullDownRefresh": true, "navigationStyle": "custom", "backgroundTextStyle": "dark" } } ] }], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999999", "selectedColor": "#DE3A26", "backgroundColor": "#FFFFFF", "list": [{ "pagePath": "pages/tabbar/index/index", "text": "首页", "iconPath": "static/images/tabbar/btn_shouye_nor.png", "selectedIconPath": "static/images/tabbar/btn_shouye_cli.png" }, { "pagePath": "pages/tabbar/mine/mine", "text": "我的", "iconPath": "static/images/tabbar/btn_wode_nor.png", "selectedIconPath": "static/images/tabbar/btn_wode_cli.png" } ] }, "uniIdRouter": {}, "easycom": { "autoscan": true, // 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175 "custom": { "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue" } } }