123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index", // 首页
- "style": {
- "navigationBarTitleText": "乐色管家",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },
- {
- "path": "pages/goods/index", // 商城
- "style": {
- "navigationBarTitleText": "乐色商城",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/phoneLogin",
- "style": {
- "navigationBarTitleText": "手机号登录"
- }
- },
- {
- "path": "pages/userCenter/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationBarBackgroundColor": "#01c9b2",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/userCenter/ldDetailed",
- "style": {
- "navigationBarTitleText": "乐豆明细"
- }
- },
- {
- "path": "pages/userCenter/deliveryRecord",
- "style": {
- "navigationBarTitleText": "投递记录"
- }
- },
- {
- "path": "pages/userCenter/userInfo/userInfo",
- "style": {
- "navigationBarTitleText": "个人信息"
- }
- },
- {
- "path": "pages/userCenter/userInfo/smsVerification",
- "style": {
- "navigationBarTitleText": "短信验证"
- }
- },
- {
- "path": "pages/userCenter/userInfo/paymentPwd",
- "style": {
- "navigationBarTitleText": "支付密码"
- }
- },
- {
- "path": "pages/userCenter/userInfo/changePayPwd",
- "style": {
- "navigationBarTitleText": "修改支付密码"
- }
- },
- {
- "path": "pages/userCenter/aboutUs",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/userCenter/question",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- },
- {
- "path": "pages/userCenter/zhinan",
- "style": {
- "navigationBarTitleText": "使用指南"
- }
- },
- {
- "path": "pages/userCenter/fenlei",
- "style": {
- "navigationBarTitleText": "回收分类"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/order/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/order/LogList",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "pages/agreement/agreement",
- "style": {
- "navigationBarTitleText": "注意事项及服务协议"
- }
- }
- ,{
- "path" : "pages/cart/cart",
- "style" :
- {
- "navigationBarTitleText": "购物车",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/toOrder/index",
- "style" :
- {
- "navigationBarTitleText": "提交订单",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/toOrder/editAddress",
- "style" :
- {
- "navigationBarTitleText": "修改地址",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/goods/goods",
- "style" :
- {
- "navigationBarTitleText": "商品",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path" : "pages/goods/goodsDetail",
- "style" :
- {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/store/store",
- "style" :
- {
- "navigationBarTitleText": "网点详情",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/checkOut/checkOut",
- "style" :
- {
- "navigationBarTitleText": "核销",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/toOrder/payFinish",
- "style" :
- {
- "navigationBarTitleText": "支付完成",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/checkOut/checkFinish",
- "style" :
- {
- "navigationBarTitleText": "核销完成",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/userCenter/myCode/myCode",
- "style" :
- {
- "navigationBarTitleText": "我的投递码",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/luckDraw/luckDraw",
- "style" :
- {
- "navigationBarTitleText": "幸运大转盘",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f2f2f2",
- "app-plus": {
- // 将回弹属性关掉
- "bounce": "none",
- "scrollIndicator": "none"
- }
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#01c9b2",
- "backgroundColor": "#ffffff",
- "fontSize": "14px",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/home.png",
- "selectedIconPath": "static/tabbar/home-active.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/goods/index",
- "iconPath": "static/tabbar/shop.png",
- "selectedIconPath": "static/tabbar/shop-active.png",
- "text": "商城"
- },
- {
- "pagePath": "pages/userCenter/index",
- "iconPath": "static/tabbar/user.png",
- "selectedIconPath": "static/tabbar/user-active.png",
- "text": "我的"
- }]
- }
- }
|