oil-station/gasStation-uni/pages.json
2023-12-09 09:28:30 +08:00

290 lines
6.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue"
}
},
"subPackages": [{
"root": "package",
"pages": [{
"path": "cji/cji",
"style": {
"navigationBarTitleText": "样板页"
}
}]
},
{
"root": "pagesLogin",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}]
},
{
"root": "pagesHome",
"pages": [{
"path": "Activity/index",
"style": {
"navigationBarTitleText": "本站活动",
"navigationStyle": "custom"
}
},
{
"path": "activeIn/index",
"style": {
"navigationBarTitleText": "你建的",
"navigationStyle": "custom"
}
},
{
"path": "RechargeRecords/RechargeRecords",
"style": {
"navigationBarTitleText": "礼品卡兑换",
"navigationStyle": "custom"
}
},
{
"path": "Address/Address",
"style": {
"navigationBarTitleText": "选择收货地址",
"navigationStyle": "custom"
}
},
{
"path": "QRcode/QRcode",
"style": {
"navigationBarTitleText": "二维码",
"navigationStyle": "custom"
}
},
{
"path": "oilRecharge/oilRecharge",
"style": {
"navigationBarTitleText": "油卡充值",
"navigationStyle": "custom"
}
},
{
"path": "myPointsOrder/myPointsOrder",
"style": {
"navigationBarTitleText": "我的订单",
"navigationStyle": "custom"
}
},
{
"path": "editress/editress",
"style": {
"navigationBarTitleText": "编辑收货地址",
"navigationStyle": "custom"
}
},
{
"path": "goodsDetails/goodsDetails",
"style": {
"navigationBarTitleText": "商品详情",
"navigationStyle": "custom"
}
},
{
"path": "order/order",
"style": {
"navigationBarTitleText": "提交订单",
"navigationStyle": "custom"
}
},
{
"path": "PointsMall/PointsMall",
"style": {
"navigationBarTitleText": "积分商城",
"navigationStyle": "custom"
}
},
{
"path": "PointsMing/PointsMing",
"style": {
"navigationBarTitleText": "积分明细",
"navigationStyle": "custom"
}
},
{
"path": "Pointsdetail/Pointsdetail",
"style": {
"navigationBarTitleText": "积分规则",
"navigationStyle": "custom"
}
},
{
"path": "MyCard/MyCard",
"style": {
"navigationBarTitleText": "卡包",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pagesRefuel",
"pages": [{
"path": "pagesRefuel/index",
"style": {
"navigationBarTitleText": "选择站点",
"navigationStyle": "custom"
}
},
{
"path": "orderDetail/index",
"style": {
"navigationBarTitleText": "支付订单",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pagesMy",
"pages": [{
"path": "setup/index",
"style": {
"navigationBarTitleText": "设置",
"navigationStyle": "custom"
}
},
{
"path": "integral/integral",
"style": {
"navigationBarTitleText": "我的积分",
"navigationStyle": "custom"
}
},
{
"path": "Coupons/Coupons",
"style": {
"navigationBarTitleText": "我的券",
"navigationStyle": "custom"
}
},
{
"path": "VIP/vip",
"style": {
"navigationBarTitleText": "会员",
"navigationStyle": "custom"
}
},
{
"path": "CardManagement/CardManagement",
"style": {
"navigationBarTitleText": "子卡管理",
"navigationStyle": "custom"
}
},
{
"path": "writeOff/writeOff",
"style": {
"navigationBarTitleText": "核销记录",
"navigationStyle": "custom"
}
},
{
"path": "Recharge/Recharge",
"style": {
"navigationBarTitleText": "充值记录",
"navigationStyle": "custom"
}
},
{
"path": "invite/invite",
"style": {
"navigationBarTitleText": "邀请有礼",
"navigationStyle": "custom"
}
},
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"navigationStyle": "custom"
}
},
{
"path": "myorder/myorder",
"style": {
"navigationBarTitleText": "我的订单",
"navigationStyle": "custom"
}
},
{
"path": "moneyBalance/moneyBalance",
"style": {
"navigationBarTitleText": "储值余额",
"navigationStyle": "custom"
}
},
{
"path": "oilBalance/oilBalance",
"style": {
"navigationBarTitleText": "囤油余额",
"navigationStyle": "custom"
}
},
{
"path": "today/today",
"style": {
"navigationBarTitleText": "今日油价",
"navigationStyle": "custom"
}
},
{
"path": "details/details",
"style": {
"navigationBarTitleText": "详情",
"navigationStyle": "custom"
}
},
{
"path": "comment/comment",
"style": {
"navigationBarTitleText": "评论",
"navigationStyle": "custom"
}
}
]
}
],
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/refuel/refuel",
"style": {
"navigationBarTitleText": "一键加油",
"navigationStyle": "custom"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}