2 Star 0 Fork 0

jollyzhilin/locallife_wxapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 5.09 KB
一键复制 编辑 原始数据 按行查看 历史
Jolly 提交于 2022-11-16 18:22 . a
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "药极客",
"navigationStyle":"custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/person/person",
"style": {
"navigationBarTitleText": "个人中心",
"navigationStyle":"custom"
}
},
{
"path": "pages/aboutUs/index",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "门店详情"
}
},
{
"path": "pages/chooseShop/chooseShop",
"style": {
"navigationBarTitleText": "门店"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/orderConfirm/orderConfirm",
"style": {
"navigationBarTitleText": "订单确认"
}
},
{
"path": "pages/inputAddress/inputAddress",
"style": {
"navigationBarTitleText": "收货地址详情"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "pages/coupon/coupon_list",
"style": {
"navigationBarTitleText": "优惠券列表"
}
},
{
"path": "pages/coupon/coupon_show",
"style": {
"navigationBarTitleText": "优惠券详情"
}
},
{
"path": "pages/goodsList/goodList",
"style": {
"navigationBarTitleText": "发烧感冒",
"navigationStyle":"custom"
}
},
{
"path": "pages/orderDetail/orderDetail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/out/out",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/udeskCart/index",
"style": {
"navigationBarTitleText": "药师推荐药品"
}
},
{
"path": "pages/prescription/prescriptionInfo",
"style": {
"navigationBarTitleText": "处方信息"
}
},
{
"path": "pages/prescription/patientList",
"style": {
"navigationBarTitleText": "用药人列表"
}
},
{
"path": "pages/prescription/editPatient",
"style": {
"navigationBarTitleText": "用药人编辑"
}
},{
"path" : "pages/person/distribution_centre/distribution_centre",
"style" :
{
"navigationBarTitleText": "分销中心",
"navigationBarBackgroundColor":"#0CBB5D",
"navigationBarTextStyle":"white"
}
},
{
"path": "pages/person/myTeam/myTeam",
"style": {
"navigationBarTitleText": "我的团队",
// "navigationBarBackgroundColor":"#0CC260",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/person/distribution_centre/withDraw/withDraw",
"style": {
"navigationBarTitleText": "提现",
"navigationBarBackgroundColor": "#0CBB5D",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/inputAddress/changeCity",
"style": {
"navigationBarTitleText": "选择城市"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tab/home.png",
"selectedIconPath": "static/tab/home1.png",
"text": "首页"
},{
"pagePath": "pages/classify/classify",
"iconPath": "static/tab/yaodian.png",
"selectedIconPath": "static/tab/yaodian1.png",
"text": "分类"
},
{
"pagePath": "pages/person/person",
"iconPath": "static/tab/user.png",
"selectedIconPath": "static/tab/user-sel.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "药极客",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "调试页面", //模式名称
"path": "pages/address/address", //启动页面,必选
"query": "id=1" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "用户列表", //模式名称
"path": "pages/prescription/patientList" //启动页面,必选
// "query": "id=2" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jollyzhilin/locallife_wxapp.git
git@gitee.com:jollyzhilin/locallife_wxapp.git
jollyzhilin
locallife_wxapp
locallife_wxapp
master

搜索帮助