加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 17.82 KB
一键复制 编辑 原始数据 按行查看 历史
追风の牧羊人 提交于 2021-05-20 17:52 . 修复bug
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabBar/home/home",
"style": {
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"navigationBarTitleText": "买卖搭商城",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"softinputNavBar": "none",
"bounce": "none"
}
}
},
{
"path": "pages/tabBar/category/category",
"style": {
"navigationBarTitleText": "分类",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/livePlay/index",
"style": {
"navigationBarTitleText": "直播",
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/msg/msgComponent",
"style": {
"navigationBarTitleText": "智能客服",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/goodsType/goodsType",
"style": {
"navigationBarTitleText": "分类",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/storeList/goodStore",
"style": {
"navigationBarTitleText": "每日好店",
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/jifen/jifen",
"style": {
"navigationBarTitleText": "积分商城",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/goods/shops",
"style": {
"navigationBarTitleText": "商户详情",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/storeTixian",
"style": {
"navigationBarTitleText": "我的账户",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/tixian",
"style": {
"navigationBarTitleText": "分享提现",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/tixian/tiyan",
"style": {
"navigationBarTitleText": "体验积分",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false //禁用原生导航栏
},
"app-plus": {
"bounce": "none"
}
}
},
{
"path": "pages/news/index/index",
"style": {
"navigationBarTitleText": "买卖头条",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/wxDetail",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/videoDetails",
"style": {
"navigationBarTitleText": "买卖头条",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/news/details/details",
"style": {
"navigationBarTitleText": "买卖头条",
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/tabBar/cart/cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true, //禁用原生导航栏
"softinputNavBar": "none"
}
}
},
{
"path": "pages/tabBar/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": true //禁用原生导航栏
}
}
},
{
"path": "pages/HM-search/HM-search",
"style": {
"navigationBarTitleText": "商品搜索",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50,
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": false, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/insertShop/insertShop",
"style": {
"navigationBarTitleText": "商家入驻",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/insertShop/chooseAddress",
"style": {
"navigationBarTitleText": "选择地址",
"navigationBarTextStyle": "white",
"onReachBottomDistance": 50,
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false //禁用原生导航栏
}
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册账号",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
}
}
},
{
"path": "pages/login/resetpasswd",
"style": {
"navigationBarTitleText": "重置密码",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"softinputNavBar": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/order/confirmation",
"style": {
"navigationBarTitleText": "确认订单",
"softinputNavBar": "none",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/order/order_list/order_list",
"style": {
"navigationBarTitleText": "我的订单",
"backgroundColorTop": "#f3f3f3",
"backgroundColorBottom": "#ffffff",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/setting/setting",
"style": {
"navigationBarTitleText": "我的设置",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/setting/secreat",
"style": {
"navigationBarTitleText": "账号与安全",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#f3f3f3",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/myQR/myQR",
"style": {
"navigationBarTitleText": "分享",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/myQR/myShopQR",
"style": {
"navigationBarTitleText": "门店收款码",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/msg/msg",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "消息列表",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/msg/chat/chat",
"style": {
"backgroundColorTop": "#e5e5e5",
"backgroundColorBottom": "#e5e5e5",
"onReachBottomDistance": 50,
"navigationBarTitleText": "聊天",
"app-plus": {
"softinputNavBar": "none",
"bounce": "none"
}
}
}, {
"path": "pages/user/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券",
"onReachBottomDistance": 50,
"h5": {
"titleNView": "none"
},
"app-plus": {
"bounce": "none"
}
}
}, {
"path": "pages/user/keep/keep",
"style": {
"navigationBarTitleText": "我的收藏",
"app-plus": {
"bounce": "none"
},
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/address/address",
"style": {
"navigationBarTitleText": "地址管理",
"backgroundColorBottom": "#ffffff",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/address/edit/edit",
"style": {
"navigationBarTitleText": "编辑收件人地址",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/user/deposit/deposit",
"style": {
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTitleText": "充值",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/pay/payment/payment",
"style": {
"navigationBarTitleText": "订单支付",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff",
"h5": {
"titleNView": false
}
}
}, {
"path": "pages/pay/success/success",
"style": {
"navigationBarTitleText": "支付成功",
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/goods/ratings/ratings",
"style": {
"navigationBarTitleText": "商品评论",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/extra/extra",
"style": {
"navigationBarTitleText": "超值购",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/extra/extra/uni-feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/vipShop/vipShop",
"style": {
"navigationBarTitleText": "会员商城",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/everyDay/chaozhi",
"style": {
"navigationBarTitleText": "超值专区",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/everyDay/everyDay",
"style": {
"navigationBarTitleText": "天天特卖",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
},
{
"path": "pages/goodShop/goodShop",
"style": {
"navigationBarTitleText": "每日好店",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"backgroundColorTop": "#ffffff",
"h5": {
"titleNView": false
},
"backgroundColorBottom": "#ffffff"
}
}, {
"path": "pages/experience/index/index",
"style": {
"navigationBarTitleText": "体验商城",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/experience/type/type",
"style": {
"navigationBarTitleText": "尚选优品",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/order_list/backGoods",
"style": {
"navigationBarTitleText": "维权",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/order_list/orderDesc/orderDesc",
"style": {
"navigationBarTitleText": "待发货",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/afterSale/afterSale",
"style": {
"navigationBarTitleText": "申请退款",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/order/afterSale/apply",
"style": {
"navigationBarTitleText": "申请退款",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/order/order_list/toMark",
"style": {
"navigationBarTitleText": "发表评价",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/paihang/index/index",
"style": {
"navigationBarTitleText": "销售排行",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
},
{
"path": "pages/paihang/index/quyu",
"style": {
"navigationBarTitleText": "区域代理",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/tixian/submit/submit",
"style": {
"navigationBarTitleText": "提现",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/storeList",
"style": {
"navigationBarTitleText": "线上网店",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/storeList2",
"style": {
"navigationBarTitleText": "实体店铺",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/myStore",
"style": {
"navigationBarTitleText": "我的商家",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}, {
"path": "pages/storeList/store",
"style": {
"navigationBarTitleText": "店铺详情",
"onReachBottomDistance": 50,
"h5": {
"titleNView": false
},
"app-plus": {
"titleNView": true, //禁用原生导航栏
"bounce": "none"
}
}
}
, {
"path": "pages/tixian/submit/bingZfb/bingZfb",
"style": {
"navigationBarTitleText": "绑定支付宝",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/myQR/webviewScan",
"style": {
"navigationBarTitleText": "门店收款码",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/setting/question",
"style": {
"navigationBarTitleText": "常见问题",
"enablePullDownRefresh": false
}
}, {
"path": "pages/exponent/index",
"style": {
"navigationBarTitleText": "指数",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#F54644",
"backgroundColor": "#ffffff",
"backgroundColorTop": "#ffffff",
"backgroundColorBottom": "#ffffff"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#F54644",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/zhuye2@2x.png",
"selectedIconPath": "static/img/tabBar/zhuye1@2x.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/category/category",
"iconPath": "static/img/tabBar/fenlei2@2x.png",
"selectedIconPath": "static/img/tabBar/fenlei1@2x.png",
"text": "分类"
},
{
"pagePath": "pages/msg/msg",
"iconPath": "static/img/tabBar/xiaoxi2@2x.png",
"selectedIconPath": "static/img/tabBar/xiaoxi1@2x.png",
"text": "消息"
},
{
"pagePath": "pages/tabBar/cart/cart",
"iconPath": "static/img/tabBar/gouwuche2@2x.png",
"selectedIconPath": "static/img/tabBar/gouwuche1@2x.png",
"text": "购物车"
},
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/wode2@2x.png",
"selectedIconPath": "static/img/tabBar/wode1@2x.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化