{ "easycom": { "autoscan": true, "custom": { "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue", "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue", "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" } }, "pages": [ { "path": "pages/index/index", "style": { "navigationBarTitleText": "" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "" } }, { "path": "pages/content/content", "style": { "navigationStyle": "default", "navigationBarTitleText": "" } }, { "path": "pages/verify/verify", "style": { "navigationStyle": "default", "navigationBarTitleText": "实名认证" } }, { "path": "pages/change-phone/change-phone", "style": { "navigationStyle": "default", "navigationBarTitleText": "修改手机号" } }, { "path": "pages/myinfo/myinfo", "style": { "navigationStyle": "default", "navigationBarTitleText": "我的资料" } }, { "path": "pages/sign/sign", "style": { "navigationStyle": "default", "navigationBarTitleText": "授权签名" } }, { "path": "pages/sign/signature", "style": { "navigationStyle": "default", "navigationBarTitleText": "手写签名" } }, { "path": "pages/message/message", "style": { "navigationStyle": "default", "navigationBarTitleText": "消息中心", "enablePullDownRefresh": true } }, { "path": "pages/message/detail", "style": { "navigationStyle": "default", "navigationBarTitleText": "消息详情" } }, { "path": "pages/login/index", "style": { "navigationStyle": "default", "navigationBarTitleText": "登录" } } ], "globalStyle": { "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#F5F5F5" }, "tabBar": { "color": "#787879", "selectedColor": "#0F78E9", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ { "pagePath": "pages/index/index", "text": "项目", "iconPath": "static/icon/home.png", "selectedIconPath": "static/icon/home-active.png" }, { "pagePath": "pages/profile/profile", "text": "我的", "iconPath": "static/icon/mine.png", "selectedIconPath": "static/icon/mine-active.png" } ] }, "uniIdRouter": {} }