加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 19.38 KB
一键复制 编辑 原始数据 按行查看 历史
MQ 提交于 2023-12-06 18:01 . 调整
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "test", //模式名称
//"path": "pages/componentsB/sticky/index", //启动页面,必选
"path": "pages/tabs/home/home",
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
},
"pages": [
// {
// "path" : "pages/loading/loading",
// "style" :
// {
// "navigationStyle": "custom",
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
{
"path" : "pages/tabs/home/home",
"style" : {
// "navigationBarTitleText":"黎晓百货",
// "navigationStyle": "custom" ,// 隐藏系统导航栏
// "navigationBarTextStyle": "white" ,// 状态栏字体为白色
"app-plus": {
"bounce" : "none", // 取消iOS回弹和安卓顶部底部的半月形阴影
"scrollIndicator": "none"
}
}
}
,{
"path" : "pages/tabs/category/category",
"style" : {
"navigationStyle": "custom" ,
"enablePullDownRefresh": true,
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/tabs/cart/cart",
"style" : {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}
,{
"path" : "pages/tabs/mine/mine",
"style" : {
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"navigationBarTitleText": "我的",
"navigationBarBackgroundColor": "#FA3534",
"titlePenetrate": "YES",
"app-plus":{
"titleNView": {
"type":"transparent",
"backgroundImage": "static/images/bg/bg2.png",
"titleAlign": "center",
"backButton": {
"background": "rgba(0,0,0,0)"
},
"buttons":[{
"type": "none",
"fontSrc": "/static/common/css/iconfont.ttf",
"text": "\ue787",
"background": "rgba(0,0,0,0)",
"fontSize": "45rpx"
},{
"type": "none",
"fontSrc": "/static/common/css/iconfont.ttf",
"text": "\ue607",
"background": "rgba(0,0,0,0)",
"fontSize": "45rpx"
}]
}
}
}
}
,{
"path" : "pages/search/search",
"style": {
// "navigationBarTitleText": "navbar-自定义导航栏",
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" ,// 状态栏字体为白色
"disableScroll": true
}
}
// ,{
// "path" : "pages/auth/register",
// "style" : {
// "navigationBarTitleText":"会员注册"
// }
// }
// ,{
// "path" : "pages/auth/login",
// "style" : {
// "navigationStyle": "custom" // 隐藏系统导航栏
// }
// }
// ,{
// "path" : "pages/auth/reset",
// "style" : {
// "navigationBarTitleText":"找回密码"
// }
// }
,{
"path" : "pages/shop/shop",
"style" : {}
}
// ,{
// "path" : "pages/auth/bind-phone",
// "style" : {
// "navigationBarTitleText":"绑定手机号"
// }
// }
// ,{
// "path" : "pages/auth/logining",
// "style" : {
// "navigationBarTitleText":"登录跳转"
// }
// }
// ,{
// "path" : "pages/live-video/live-video",
// "style" : {
// "navigationBarTitleText":"直播列表"
// }
// }
,{
"path" : "pages/shop/shop-error",
"style" : {
"navigationBarTitleText":"店铺不存在"
}
},
{
"path" : "pages/loading/first-blank",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/loading/middle-page",
"style" :
{
"navigationBarTitleText" : "",
"navigationStyle": "custom",
"enablePullDownRefresh" : false
}
}
],
"subPackages": [
{
"root": "goods-module",
"pages":[
{
"path" : "goods-comments",
"style" : {
"navigationBarTitleText":"商品评价"
}
}
,{
"path" : "goods-asks",
"style" : {
"navigationBarTitleText":"问大家"
}
}
,{
"path" : "goods-ask-problem",
"style" : {
"navigationBarTitleText":"问买家"
}
}
,{
"path" : "goods-list",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black", // 状态栏字体为白色
"app-plus": {
"scrollIndicator": "none"
}
}
} ,{
"path" : "goods",
"style" : {
"navigationBarTitleText":"商品详情",
"app-plus": {
"scrollIndicator": "none"
}
}
}
,{
"path" : "goods-error",
"style" : {
"navigationBarTitleText":"商品过期不存在"
}
}
]
},{
"root": "mine-module",
"pages": [
{
"path" : "ask-detail",
"style" : {
"navigationBarTitleText":"回答详情"
}
}
,{
"path" : "collect",
"style" : {
"navigationBarTitleText":"我的收藏"
}
}
,{
"path" : "points",
"style" : {
"navigationBarTitleText":"我的积分"
}
}
,{
"path" : "profile",
"style" : {
"navigationBarTitleText":"个人信息"
}
}
,{
"path" : "account-safe",
"style" : {
"navigationBarTitleText":"账户安全"
}
}
,{
"path" : "change-password",
"style" : {
"navigationBarTitleText":"修改密码"
}
}
,{
"path" : "change-mobile",
"style" : {
"navigationBarTitleText":"修改手机号"
}
}
,{
"path" : "account-binding",
"style" : {
"navigationBarTitleText":"账号绑定"
}
}
,{
"path" : "distribution/distribution-manage",
"style" : {
"navigationBarTitleText":"分销管理",
"navigationBarTextStyle": "white" ,
"navigationBarBackgroundColor": "#FA3534"
}
}
,{
"path" : "distribution/my-recommend",
"style" : {
"navigationBarTitleText":"我推荐的人"
}
}
,{
"path" : "distribution/my-performance",
"style" : {
"navigationBarTitleText":"我的业绩"
}
}
,{
"path" : "distribution/withdrawals-setting",
"style" : {
"navigationBarTitleText":"提现设置"
}
}
,{
"path" : "distribution/withdrawals-apply",
"style" : {
"navigationBarTitleText":"分销佣金"
}
}
,{
"path" : "distribution/withdrawals-history",
"style" : {
"navigationBarTitleText":"提现记录"
}
}
,{
"path" : "distribution/instructions-use",
"style" : {
"navigationBarTitleText":"新手必看"
}
}
,{
"path" : "website-message",
"style" : {
"navigationBarTitleText":"站内消息"
}
}
,{
"path" : "increase-ticket",
"style" : {
"navigationBarTitleText":"增票资质"
}
}
,{
"path" : "invoice-address",
"style" : {
"navigationBarTitleText":"收票地址"
}
}
,{
"path" : "reply-answer",
"style" : {
"navigationBarTitleText":"回答"
}
}
,{
"path" : "setting",
"style" : {
"navigationBarTitleText":"账户设置"
}
}
,{
"path" : "members-asks",
"style" : {
"navigationBarTitleText":"咨询管理"
}
}
,{
"path" : "address",
"style" : {
"navigationBarTitleText":"地址管理"
}
}
,{
"path" : "addressAdd",
"style" : {}
}
,{
"path" : "coupon",
"style" : {
"navigationBarTitleText":"优惠券"
}
}
,{
"path" : "myfootprint",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" // 状态栏字体为白色
}
}
,{
"path" : "account-balance",
"style" : {
"navigationStyle": "custom" ,// 隐藏系统导航栏
"navigationBarTextStyle": "black" ,// 状态栏字体为白色
"disableScroll": true
}
}
,{
"path" : "balance-detailed",
"style" : {
"navigationBarTitleText":"明细"
}
}
,{
"path" : "change-paymentpassword",
"style" : {
"navigationBarTitleText":"支付密码"
}
}
,{
"path" : "my-receipt/receipt",
"style" : {
"navigationBarTitleText":"我的发票"
}
}
,{
"path" : "my-receipt/detail",
"style" : {
"navigationBarTitleText":"发票详情"
}
},
{
"path" : "evaluation-list",
"style" : {
"navigationBarTitleText":"评价管理"
}
}
,{
"path" : "add-evaluation",
"style" : {
"navigationBarTitleText":"追加评价"
}
}
,{
"path" : "evaluation-detail",
"style" : {
"navigationBarTitleText":"评价详情"
}
}
]
},{
"root": "order-module",
"pages": [
{
"path" : "checkout/checkout",
"style" : {
"navigationBarTitleText": "确认订单"
}
},
{
"path" : "cashier/cashier",
"style" : {
"navigationBarTitleText": "收银台"
}
},
{
"path" : "order/order-list",
"style" : {
"navigationBarTitleText": "订单列表",
"app-plus": {
"scrollIndicator": "none"
}
}
},
{
"path" : "order/order-detail",
"style" : {
"navigationStyle": "default" ,// 隐藏系统导航栏1
"navigationBarTitleText":"订单详情",
"navigationBarTextStyle": "black",
"app-plus":{
"titleNView": {
"type":"transparent",
"backButton": {
"background": "rgba(0,0,0,0)"
}
}
}
}
},{
"path" : "order/after-sale/after-sale",
"style" : {
"navigationBarTitleText": "售后管理"
}
}
,{
"path" : "order/after-sale/after-sale-select",
"style" : {
"navigationBarTitleText": "选择售后类型"
}
}
,{
"path" : "order/after-sale/after-sale-apply",
"style" : {
"navigationBarTitleText": "申请售后"
}
}
,{
"path" : "order/after-sale/alter-sale-detail",
"style" : {
"navigationBarTitleText": "服务单详情"
}
}
,{
"path" : "order/after-sale/service-logs",
"style" : {
"navigationBarTitleText":"操作日志"
}
}
,{
"path" : "order/express",
"style" : {
"navigationBarTitleText":"物流详情"
}
}
,{
"path" : "order/evaluation",
"style" : {
"navigationBarTitleText":"订单评论"
}
}
,{
"path" : "order/after-sale/service-cancel",
"style" : {
"navigationBarTitleText":"申请退款"
}
}
,{
"path" : "payment-complete/payment-complete",
"style" : {
"navigationBarTitleText":"支付完成"
}
},
{
"path" : "order/assemble",
"style" : {
"navigationBarTitleText":"我的拼团订单"
}
}
,{
"path" : "checkout/create-complete",
"style" : {
"navigationBarTitleText":"订单创建成功"
}
}
]
},{
"root": "promotion-module",
"pages": [
{
"path" : "coupons/coupons",
"style" : {
"navigationBarTitleText":"领优惠券"
}
}
,{
"path" : "seckill/seckill",
"style" : {
"navigationBarTitleText":"限时抢购"
}
}
,{
"path" : "group-buy/group-buy",
"style" : {
"navigationBarTitleText":"团购活动"
}
}
,{
"path" : "points-mall/points-mall",
"style" : {
"navigationBarTitleText":"积分商城"
}
}
,{
"path" : "assemble/assemble",
"style" : {
"navigationBarTitleText":"拼团"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#909399",
"selectedColor": "#FA3534",
"backgroundColor": "#FFFFFF",
"borderStyle": "white",
"iconWidth": "24px",
"list": [{
"pagePath": "pages/tabs/home/home",
"iconPath": "static/images/icon_home.png",
"selectedIconPath": "static/images/icon_home_HL.png",
"text": "首页"
},
// {
// "pagePath": "pages/tabs/category/category",
// "iconPath": "static/images/icon_cat.png",
// "selectedIconPath": "static/images/icon_cat_HL.png",
// "text": "分类"
// }, {
// "pagePath": "pages/tabs/cart/cart",
// "iconPath": "static/images/icon_cart.png",
// "selectedIconPath": "static/images/icon_cart_HL.png",
// "text": "购物车"
// },
{
"pagePath": "pages/tabs/mine/mine",
"iconPath": "static/images/icon_mine.png",
"selectedIconPath": "static/images/icon_mine_HL.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化