123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/userDeal/index",
- "style": {
- "navigationBarTitleText": "使用协议"
- }
- },
- {
- "path": "pages/shopNotice/index",
- "style": {
- "navigationBarTitleText": "商城公告"
- }
- },
- {
- "path": "pages/indexNotice/index",
- "style": {
- "navigationBarTitleText": "首页公告"
- }
- },
- {
- "path": "pages/mandate/index",
- "style": {
- "navigationBarTitleText": "微信授权页"
- }
- },
- {
- "path": "pages/loading/index",
- "style": {
- "navigationBarTitleText": "加载页"
- }
- },
- {
- "path": "pages/orderPay/index",
- "style": {
- "navigationBarTitleText": "确认订单"
- }
- },
- {
- "path": "pages/shoeOrderDetails/index",
- "style": {
- "navigationBarTitleText": "商品订单详情"
- }
- },
- {
- "path": "pages/goodsOrderDetail/index",
- "style": {
- "navigationBarTitleText": "洗鞋订单详情"
- }
- },
- {
- "path": "pages/subscribeList/index",
- "style": {
- "navigationBarTitleText": "我的预约"
- }
- },
- {
- "path": "pages/shoeList/index",
- "style": {
- "navigationBarTitleText": "洗鞋订单"
- }
- },
- {
- "path": "pages/shopList/index",
- "style": {
- "navigationBarTitleText": "商城订单"
- }
- },
- {
- "path": "pages/subscribeDetails/index",
- "style": {
- "navigationBarTitleText": "预约详情"
- }
- },
- {
- "path": "pages/userInfoUpdate/index",
- "style": {
- "navigationBarTitleText": "资料修改"
- }
- },
- {
- "path": "pages/shop/index",
- "style": {
- "navigationBarTitleText": "商城"
- }
- },
- {
- "path": "pages/mine/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/goodsDetail/index",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/shopesOrder/index",
- "style": {
- "navigationBarTitleText": "洗鞋下单"
- }
- },
- {
- "path": "pages/orderSuccess/index",
- "style": {
- "navigationBarTitleText": "下单成功"
- }
- },
- {
- "path": "pages/order_s/index",
- "style": {
- "navigationBarTitleText": "下单成功"
- }
- },
- {
- "path": "pages/subscribe/index",
- "style": {
- "navigationBarTitleText": "预约成功"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- // 原生的导航
- "uniIdRouter": {}
- }
|