{ "easycom": { "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" } }, "lazyCodeLoading": "requiredComponents", "pages": [ { "path": "pages/security/login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/index/index", "style": { "navigationBarTitleText": "xxx题库" } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/question/list", "style": { "navigationBarTitleText": "题库" } }, { "path": "pages/question/type", "style": { "navigationBarTitleText": "题型" } }, { "path": "pages/my/myquestion", "style": { "navigationBarTitleText": "我的题库" } }, { "path": "pages/my/recharge", "style": { "navigationBarTitleText": "充值" } }, { "path": "pages/my/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/my/share", "style": { "navigationBarTitleText": "分享" } }, { "path": "pages/question/question", "style": { "navigationBarTitleText": "答题" } }, { "path": "pages/pay/pay", "style": { "navigationBarTitleText": "支付" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "xxx题库", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#7A7E83", "selectedColor": "#52ba9d", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/question/list", "iconPath": "static/image/tabbar/home.png", "selectedIconPath": "static/image/tabbar/home-active.png", "text": "题库" }, { "pagePath": "pages/my/my", "iconPath": "static/image/tabbar/user.png", "selectedIconPath": "static/image/tabbar/user-active.png", "text": "我的" } ] } }