{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom", "enablePullDownRefresh": false } }, { "path": "pages/article/index", "style": { "navigationBarTitleText": "行业动态", "enablePullDownRefresh": true } }, { "path": "pages/me/index", "style": { "navigationBarTitleText": "", "navigationStyle": "custom", "enablePullDownRefresh": true } }, { "path": "pages/me/setting", "style": { "navigationBarTitleText": "设置" } }, { "path": "pages/order/index", "style": { "navigationBarTitleText": "订单列表", "enablePullDownRefresh": true } }, { "path": "pages/device/index", "style": { "navigationBarTitleText": "我的充电桩", "enablePullDownRefresh": true } }, { "path": "pages/goods/level", "style": { "navigationBarTitleText": "等级", "enablePullDownRefresh": true } }, { "path": "pages/order/pre", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/order/pay", "style": { "navigationBarTitleText": "确认订单" } }, { "path": "pages/goods/detail", "style": { "navigationBarTitleText": "商品详情" } }, { "path": "pages/goods/device", "style": { "navigationBarTitleText": "充电桩" } }, { "path": "pages/team/index", "style": { "navigationBarTitleText": "邀请记录", "enablePullDownRefresh": true } }, { "path": "pages/team/detail", "style": { "navigationBarTitleText": "成员详情", "enablePullDownRefresh": true } }, { "path": "pages/me/login", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/me/password", "style": { "navigationBarTitleText": "重置密码", "navigationStyle": "custom" } }, { "path": "pages/me/logon", "style": { "navigationBarTitleText": "注册", "navigationStyle": "custom" } }, { "path": "pages/me/auth", "style": { "navigationBarTitleText": "微信" } }, { "path": "pages/wallet/index", "style": { "navigationBarTitleText": "余额", "enablePullDownRefresh": true } }, { "path": "pages/wallet/recharge", "style": { "navigationBarTitleText": "余额充值" } }, { "path": "pages/option/index", "style": { "navigationBarTitleText": "期权值" } }, { "path": "pages/protocol/trusteeship", "style": { "navigationBarTitleText": "" } }, { "path": "pages/policy/user", "style": { "navigationBarTitleText": "" } }, { "path": "pages/policy/privacy", "style": { "navigationBarTitleText": "" } }, { "path": "pages/protocol/buy", "style": { "navigationBarTitleText": "" } }, { "path": "pages/protocol/mianze", "style": { "navigationBarTitleText": "" } }, { "path": "pages/wallet/temp", "style": { "navigationBarTitleText": "余额转增" } }, { "path": "pages/wallet/list", "style": { "navigationBarTitleText": "账单", "enablePullDownRefresh": true } }, { "path": "pages/wallet/withdraw", "style": { "navigationBarTitleText": "提现" } }, { "path": "pages/wallet/account/index", "style": { "navigationBarTitleText": "银行卡" } }, { "path": "pages/wallet/account/form", "style": { "navigationBarTitleText": "添加银行卡" } }, { "path": "pages/wallet/account/org", "style": { "navigationBarTitleText": "企业公户" } }, { "path": "pages/share/index", "style": { "navigationBarTitleText": "分享" } }, { "path": "pages/article/detail", "style": { "navigationBarTitleText": "" } }, { "path": "pages/article/web", "style": { "navigationBarTitleText": "" } }, { "path": "pages/admin/shop/index", "style": { "navigationBarTitleText": "投资人管理", "enablePullDownRefresh": true } }, { "path": "pages/admin/shop/create", "style": { "navigationBarTitleText": "投资人添加" } }, { "path": "pages/admin/order/index", "style": { "navigationBarTitleText": "订单", "enablePullDownRefresh": true } }, { "path": "pages/resourceBundle/resourceBundle", "style": { "navigationBarTitleText": "资产包", "enablePullDownRefresh": false } }, { "path": "pages/me/mobile", "style": { "navigationBarTitleText": "更换手机号", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationStyle": "custom" } }, { "path": "pages/me/userName", "style": { "navigationBarTitleText": "修改用户名", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationStyle": "custom" } }, { "path": "pages/me/getBackAccount", "style": { "navigationBarTitleText": "找回用户名", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#fff", "navigationStyle": "custom" } } ], "tabBar": { "color": "#999999", "selectedColor": "#5677fc", "borderStyle": "black", "backgroundColor": "#ffffff", // "height": "60px", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/tabbar/home.png", "selectedIconPath": "static/tabbar/homes.png", "text": "首页" }, { "pagePath": "pages/article/index", "iconPath": "static/tabbar/notice.png", "selectedIconPath": "static/tabbar/notices.png", "text": "公告" }, { "pagePath": "pages/me/index", "iconPath": "static/tabbar/mine.png", "selectedIconPath": "static/tabbar/mines.png", "text": "我的" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "羿充电", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }