oil-station/gasStation-uni/pages.json

321 lines
6.6 KiB
JSON
Raw Normal View History

2023-11-27 09:24:16 +08:00
{
"easycom": {
"autoscan": true,
"custom": {
// uni-ui 规则如下配置
2023-11-30 15:03:49 +08:00
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
"^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue"
2023-11-27 09:24:16 +08:00
}
},
"subPackages": [{
"root": "package",
"pages": [{
"path": "cji/cji",
"style": {
"navigationBarTitleText": "样板页"
}
}]
},
2023-11-28 17:53:45 +08:00
{
"root": "pagesLogin",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}]
},
2023-11-27 09:24:16 +08:00
{
"root": "pagesHome",
"pages": [{
"path": "Activity/index",
"style": {
"navigationBarTitleText": "本站活动",
"navigationStyle": "custom"
}
},
2023-11-30 10:56:05 +08:00
{
"path": "activeIn/index",
"style": {
"navigationBarTitleText": "你建的",
"navigationStyle": "custom"
}
},
2023-12-09 09:28:30 +08:00
{
"path": "RechargeRecords/RechargeRecords",
"style": {
"navigationBarTitleText": "礼品卡兑换",
"navigationStyle": "custom"
}
},
2023-12-09 13:13:47 +08:00
2023-11-27 09:24:16 +08:00
{
"path": "Address/Address",
"style": {
"navigationBarTitleText": "选择收货地址",
"navigationStyle": "custom"
}
},
2023-11-30 15:03:49 +08:00
{
"path": "QRcode/QRcode",
"style": {
"navigationBarTitleText": "二维码",
"navigationStyle": "custom"
}
},
2023-11-27 09:24:16 +08:00
{
"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"
}
},
2023-12-09 15:10:30 +08:00
{
"path": "PointsGoodsDetails/PointsGoodsDetails",
"style": {
"navigationBarTitleText": "积分订单详情",
"navigationStyle": "custom"
}
},
2023-11-27 09:24:16 +08:00
{
"path": "Pointsdetail/Pointsdetail",
"style": {
"navigationBarTitleText": "积分规则",
"navigationStyle": "custom"
}
},
{
"path": "MyCard/MyCard",
"style": {
"navigationBarTitleText": "卡包",
"navigationStyle": "custom"
}
}
]
},
{
"root": "pagesRefuel",
"pages": [{
2023-12-09 09:28:30 +08:00
"path": "pagesRefuel/index",
"style": {
"navigationBarTitleText": "选择站点",
"navigationStyle": "custom"
}
},
{
"path": "orderDetail/index",
"style": {
"navigationBarTitleText": "支付订单",
"navigationStyle": "custom"
}
2023-12-20 16:04:56 +08:00
},
{
"path": "orderSuccess/index",
"style": {
"navigationBarTitleText": "支付完成页",
"navigationStyle": "custom"
}
2023-11-30 18:30:46 +08:00
}
2023-12-09 09:28:30 +08:00
]
2023-11-27 09:24:16 +08:00
},
{
"root": "pagesMy",
"pages": [{
"path": "setup/index",
"style": {
"navigationBarTitleText": "设置",
"navigationStyle": "custom"
}
},
2023-12-27 18:44:56 +08:00
{
"path": "editUser/index",
"style": {
"navigationBarTitleText": "修改用户信息",
"navigationStyle": "custom"
}
},
2023-11-27 09:24:16 +08:00
{
2023-12-09 13:13:47 +08:00
"path": "Coupons/Coupons",
2023-11-27 09:24:16 +08:00
"style": {
2023-12-09 13:13:47 +08:00
"navigationBarTitleText": "设置",
2023-11-27 09:24:16 +08:00
"navigationStyle": "custom"
}
},
2023-12-09 13:13:47 +08:00
2023-11-30 17:29:22 +08:00
{
2023-12-09 13:13:47 +08:00
"path": "integral/integral",
2023-11-30 17:29:22 +08:00
"style": {
2023-12-09 13:13:47 +08:00
"navigationBarTitleText": "我的积分",
2023-11-30 17:29:22 +08:00
"navigationStyle": "custom"
}
},
2023-11-28 17:53:45 +08:00
{
"path": "VIP/vip",
"style": {
"navigationBarTitleText": "会员",
"navigationStyle": "custom"
}
},
{
"path": "CardManagement/CardManagement",
"style": {
"navigationBarTitleText": "子卡管理",
"navigationStyle": "custom"
}
},
2023-12-18 16:31:53 +08:00
{
"path": "CardManagement/Detail",
"style": {
"navigationBarTitleText": "添加子卡管理",
"navigationStyle": "custom"
}
},
2023-11-28 17:53:45 +08:00
{
"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"
}
},
2023-11-27 09:24:16 +08:00
{
"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": {}
2023-11-30 17:29:22 +08:00
}