{ "easycom": { "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue" }, "pages": [{ "path": "pages/index/index", "style": { // #ifdef MP "navigationBarTitleText": "首页", "navigationStyle": "custom", // #endif "app-plus": { "titleNView": false } } }, { "path": "pages/public/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } }, { "path": "pages/public/quick", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } }, { "path": "pages/public/register", "style": { "navigationBarTitleText": "注册", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } }, { "path": "pages/public/forget", "style": { "navigationBarTitleText": "忘记密码", "navigationStyle": "custom", "app-plus": { "titleNView": false, "animationType": "slide-in-bottom" } } }, { "path": "pages/checkPolicies/originalText", "style": { // #ifdef MP "navigationBarTitleText": "项目原文", "navigationStyle": "custom", // #endif "app-plus": { "titleNView": false } } }, { "path": "pages/checkPolicies/project", "style": { // #ifdef MP "navigationBarTitleText": "项目政策", "navigationStyle": "custom", // #endif "app-plus": { "titleNView": false } } }, { "path": "pages/policyMatching/precise", "style": { // #ifdef MP "navigationBarTitleText": "项目补贴", "navigationStyle": "custom", // #endif "app-plus": { "titleNView": false } } }, { "path": "pages/policyMatching/fastMatch", "style": { "navigationBarTitleText": "政策洞察", "app-plus": { "titleNView": false } } }, { "path": "pages/set/set", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/user/vip", "style": { "navigationBarTitleText": "VIP套餐" } }, { "path": "pages/set/MessagePush", "style": { "navigationBarTitleText": "推送设置" } }, { "path": "pages/set/accountControl", "style": { "navigationBarTitleText": "账号设置" } }, { "path": "pages/set/changepsw", "style": { "navigationBarTitleText": "修改密码" } }, { "path": "pages/user/reportCenter", "style": { "navigationBarTitleText": "收藏列表", "app-plus": { "titleNView": false } } }, { "path": "pages/userinfo/userinfo", "style": { "navigationBarTitleText": "修改资料" } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", // #ifdef MP "navigationStyle": "custom", // #endif "app-plus": { "titleNView": false } } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "", "app-plus": { "titleNView": { "type": "transparent" } } } }, { "path": "pages/order/order", "style": { "navigationBarTitleText": "我的订单", "app-plus": { "bounce": "none" } } }, { "path": "pages/money/money", "style": {} }, { "path": "pages/order/createOrder", "style": { "navigationBarTitleText": "创建订单" } }, { "path": "pages/user/company", "style": { "navigationBarTitleText": "我的企业" } }, { "path": "pages/address/addressManage", "style": { "navigationBarTitleText": "" } }, { "path": "pages/money/pay", "style": { "navigationBarTitleText": "支付" } }, { "path": "pages/money/paySuccess", "style": { "navigationBarTitleText": "支付成功" } }, { "path": "pages/notice/notice", "style": { "navigationBarTitleText": "通知" } }, { "path": "pages/category/category", "style": { "navigationBarTitleText": "收藏", "app-plus": { "titleNView": false } } }, { "path": "pages/product/list", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "商品列表" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "仁策智答", "navigationBarBackgroundColor": "#FFFFFF", "backgroundColor": "#f8f8f8" }, "tabBar": { "color": "#C0C4CC", "selectedColor": "#749FF1", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-current.png", "text": "首页" }, { "pagePath": "pages/category/category", "iconPath": "static/tab-cate.png", "selectedIconPath": "static/tab-cate-current.png", "text": "收藏" }, { "pagePath": "pages/user/user", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-current.png", "text": "我的" } ] } }