123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "pages": [{
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "购物小程序"
- }
- }],
- "subPackages": [{
- "root": "otherPages",
- "pages": [{
- "path": "mine/collectPersonInfo/index",
- "style": {
- "navigationBarTitleText": "收集头像昵称"
- }
- },
- {
- "path": "mine/orderRecord/index",
- "style": {
- "navigationBarTitleText": "订单记录"
- }
- },
- {
- "path": "mine/opneShop/index",
- "style": {
- "navigationBarTitleText": "我要开店"
- }
- },
- {
- "path": "mine/aboutUs/index",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "mine/orderRecord/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "mine/orderRecord/paySucess",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "home/singleBye/index",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "mine/coupon/index",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- }
- ]
- }],
- "preloadRule": {
- "otherPages/mine/orderRecord/index": {
- "network": "all",
- "packages": ["__APP__"]
- }
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "柜机购物",
- "navigationBarBackgroundColor": "#3c9cff",
- "backgroundColor": "#FFFFFF"
- }
- }
|