代码拉取完成,页面将自动刷新
{
"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函数里面得到
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。