{ "pages": [{ "path": "pages/index/index", "name": "Index", "aliasPath": "/", "style": { "navigationBarTitleText": "发现能量" } }, { "path": "pages/found/index", "name": "Found", "auth": true, "style": { "navigationBarTitleText": "发现更多" } }, { "path": "pages/user/index", "name": "User", "auth": true, "style": { "navigationBarTitleText": "节点中心" } }, { "path": "pages/user/code", "name": "userCode", "auth": true, "style": { "navigationBarTitleText": "邀请好友" } }, { "path": "pages/user/help", "name": "userHelp", "auth": true, "style": { "navigationBarTitleText": "帮助中心" } }, { "path": "pages/user/partner", "name": "userPartner", "auth": true, "style": { "navigationBarTitleText": "我的伙伴" } }, { "path": "pages/user/clause", "name": "userClause", "auth": true, "style": { "navigationBarTitleText": "服务条款" } }, { "path": "pages/vip/vip", "name": "vipIndex", "style": { "navigationBarTitleText": "开通节点" } }, { "path": "pages/vip/agree", "name": "vipAgree", "style": { "navigationBarTitleText": "服务条款" } }, { "path": "pages/setting/setting", "name": "setting", "auth": true, "style": { "navigationBarTitleText": "设置中心" } }, { "path": "pages/goods/management", "name": "goodsManagement", "style": { "navigationBarTitleText": "商品权证管理" } }, { "path": "pages/goods/addClassify", "name": "goodsaddClassify", "style": { "navigationBarTitleText": "发布商品类目" } }, { "path": "pages/goods/add", "name": "goodsAdd", "style": { "navigationBarTitleText": "商品权证创建" } }, { "path": "pages/goods/goodsAuth", "name": "goodsAddAuth", "style": { "navigationBarTitleText": "商品权证认证" } }, { "path": "pages/coupons/management", "name": "couponsManagement", "style": { "navigationBarTitleText": "创建优惠券" } }, { "path": "pages/coupons/add", "name": "couponsAdd", "style": { "navigationBarTitleText": "创建优惠券" } }, { "path": "pages/coupons/magDetails", "name": "couponsDetails", "style": { "navigationBarTitleText": "优惠券详情" } }, { "path": "pages/coupons/selectGoods", "name": "couponsSelectGoods", "style": { "navigationBarTitleText": "关联产品" } }, { "path": "pages/login/login", "name": "Login", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/certification/personal", "name": "Personal", "auth": true, "style": { "navigationBarTitleText": "个人认证" } }, { "path": "pages/setting/setting", "name": "setting", "auth": true, "style": { "navigationBarTitleText": "设置中心" } }, { "path": "pages/setting/aboutUs", "name": "aboutUs", "auth": true, "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/company/approve", "name": "companyApprove", "auth": true, "style": { "navigationBarTitleText": "企业认证" } }, { "path": "pages/news/index", "name": "news", "auth": true, "style": { "navigationBarTitleText": "消息中心" } }, { "path": "pages/news/detail", "name": "newsDetail", "auth": true, "style": { "navigationBarTitleText": "消息列表" } }, { "path": "pages/wallet/property", "name": "walletProperty", "style": { "navigationBarTitleText": "能量钱包", "enablePullDownRefresh": false, "navigationBarTextStyle": "white" } }, { "path": "pages/wallet/extract", "style": { "navigationBarTitleText": "提现能量", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#774ffd", "navigationBarTextStyle": "white" }, "name": "Extract" }, { "path": "pages/wallet/resetPassword", "style": { "navigationBarTitleText": "重置密码", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#774ffd", "navigationBarTextStyle": "white" }, "name": "ResetPassword" },{ "path": "pages/verification/index", "name": "verificationIndex", "auth": true, "style": { "navigationBarTitleText": "扫码核销" } },{ "path": "pages/verification/history", "name": "verificationHistory", "auth": true, "style": { "navigationBarTitleText": "核销记录" } },{ "path": "pages/shop/lists", "name": "shopLists", "auth": true, "style": { "navigationBarTitleText": "部门/门店" } },{ "path": "pages/shop/create", "name": "shopCreate", "auth": true, "style": { "navigationBarTitleText": "创建部门/门店" } },{ "path": "pages/employees/list", "name": "employeesList", "auth": true, "style": { "navigationBarTitleText": "员工管理" } },{ "path": "pages/employees/add", "name": "employeesAdd", "auth": true, "style": { "navigationBarTitleText": "添加员工" } },{ "path": "pages/instrument/Spread", "name": "instrumentSpread", "auth": true, "style": { "navigationBarTitleText": "营销推广码" } }, { "path": "pages/wallet/fragment", "style": { "navigationBarTitleText": "能量碎片记录", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#774ffd", "navigationBarTextStyle": "white" }, "name": "Fragment" }], "globalStyle": { "navigationStyle": "custom", "backgroundColor": "#F5F5F5" }, "tabBar": { "borderStyle": "white", "backgroundColor": "#FFFFFF", "selectedColor": "#774ffd", "iconWidth": "26px", "spacing": "0", "height": "60px", "list": [{ "text": "发现能量", "iconPath": "static/tabBar/tabBar_icon_00.png", "selectedIconPath": "static/tabBar/tabBar_show_00.png", "pagePath": "pages/index/index" }, { "text": "发现更多", "iconPath": "static/tabBar/tabBar_icon_01.png", "selectedIconPath": "static/tabBar/tabBar_show_01.png", "pagePath": "pages/found/index" }, { "text": "节点中心", "iconPath": "static/tabBar/tabBar_icon_02.png", "selectedIconPath": "static/tabBar/tabBar_show_02.png", "pagePath": "pages/user/index" }] }, "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" } }