{ "pages": [{ "path": "pages/index/index", "name": "Index", "style": { "navigationBarTitleText":"发现能量" } }, { "path": "pages/found/index", "name": "Found", "style": { "navigationBarTitleText":"发现更多" } }, { "path": "pages/user/index", "name": "User", "style": { "navigationBarTitleText":"节点中心" } }, { "path": "pages/instrument/basics", "name": "instrumentBasics", "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/setting/setting", "name": "setting", "style": { "navigationBarTitleText":"设置中心" } },{ "path": "pages/setting/aboutUs", "name": "aboutUs", "auth": true, "style": { "navigationBarTitleText":"关于我们" } },{ "path": "pages/login/login", "name": "Login", "style": { "navigationBarTitleText":"登录页面" } }], "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" } }