代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^w-(.*)": "@/uni_modules/wmf-code/components/w-$1/w-$1.vue", //二维码条形码的配置 如果是npm方式使用 @uni-ui/code-ui/components/w-$1/index.vue
"^w-(.*)": "@uni-ui/code-ui/components/w-$1/index.vue" //二维码条形码的配置
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
//首页
"path": "pages/index/index",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "首页",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//轮播详情
"path": "pages/index/bannerdetail",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "轮播详情",
"navigationBarTextStyle": "black",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//订单
"path": "pages/Travelplan/Travelplan",
"style": {
// "navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "研学",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//商城
"path": "pages/Shop/Shop",
"style": {
// "navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "商城",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//个人中心
"path": "pages/my/my",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTextStyle": "white",
"navigationBarTitleText": "个人中心"
}
},
{
"path" : "pages4/index/index",
"style" :
{
"navigationBarTitleText" : "测试录音功能"
}
},
{
"path" : "pages/course/course",
"style" :
{
"navigationBarTitleText" : "智游"
}
},
{
"path" : "pages/IP/IP",
"style" :
{
"navigationBarTitleText" : "文创"
}
}
],
"subPackages": [{
"root": "pages2",
"pages": [
{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#FFFFFF",
// "navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
//会员
"path": "huiyuan/huiyuan",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "会员"
}
},
{
//订单
"path": "My/guanyuwomen",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "关于我们"
}
},
{
//订单
"path": "My/yijianfankui",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "意见反馈"
}
},
{
//订单
"path": "Order/Order",
"style": {
// "navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "订单",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//订单详情
"path": "Order/Order_detail",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "订单详情"
}
},
{
"path": "Order/ConfirmOrder",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "确认订单"
}
},
{
"path": "wodetuandui/wodetuandui",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "我的团队",
"enablePullDownRefresh": true, //设置为true表示当前页面开启下拉刷新
"navigationBarTextStyle": "black"
}
},
{
"path": "wodetuandui/tuandui_detail",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "团队明细",
"enablePullDownRefresh": true, //设置为true表示当前页面开启下拉刷新
"navigationBarTextStyle": "black"
}
},
{
"path": "yaoqinghaoyou/yaoqinghaoyou",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "邀请好友",
"enablePullDownRefresh": true, //设置为true表示当前页面开启下拉刷新
"navigationBarTextStyle": "black"
}
},
{
//积分提现
"path": "Withdrawal/Benefits",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "我的收益",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//积分提现
"path": "Withdrawal/withdrawal",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "提现",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//积分提现记录
"path": "Withdrawal/withdrawal_record",
"style": {
"navigationBarTitleText": "提现记录"
}
},
{
//积分提现
"path": "wodejifen/wodejifen",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "我的收益",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//会员卡详情
"path": "Carddetail/Carddetail",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
// "navigationBarBackgroundColor":"#2949B6",
"navigationBarTitleText": "会员卡详情"
}
},
{
//旅游详情 - 详情介绍
"path": "Product/Detail_content",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "详情介绍"
}
},
{
//旅游详情
"path": "Product/ProductDetail",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "旅游详情"
}
},
{
"path" : "Product/apply",
"style" :
{
"navigationBarTitleText" : "旅游报名"
}
}
]
},
{
"root": "pages3",
"pages": [
{
"path": "kefuzhongxin/kefuzhongxin",
"style": {
"navigationBarTitleText": "客服",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
//我的 - 个人信息
"path": "My/UpdateUser",
"style": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "个人信息"
}
},
{
//购物车
"path": "ShangCheng/gwc",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//地址
"path": "ShangCheng/dizhi",
"style": {
"navigationBarTitleText": "地址",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//产品详情
"path": "ShangCheng/productdetail",
"style": {
"navigationBarTitleText": "产品详情"
}
},
{
//确认订单
"path": "ShangCheng/querendingdan",
"style": {
"navigationBarTitleText": "确认订单",
"navigationStyle": "custom" // 隐藏系统导航栏
}
},
{
//订单列表
"path": "ShangCheng/order",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": true //下拉刷新
}
},
{
//订单详情
"path": "ShangCheng/orderdetails",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
//评价
"path": "ShangCheng/pingjia",
"style": {
"navigationBarTitleText": "评价"
}
},
{
//退款详情
"path": "ShangCheng/tuikuanxiangqing",
"style": {
"navigationBarTitleText": "退款详情"
}
},
{
//物流
"path": "ShangCheng/wuliu",
"style": {
"navigationBarTitleText": "物流"
}
},
{
//协商历史
"path": "ShangCheng/xieshanglishi",
"style": {
"navigationBarTitleText": "协商历史"
}
},
{
//申请退款
"path": "ShangCheng/shenqingtuikuan",
"style": {
"navigationBarTitleText": "申请退款"
}
},
{
//积分互转
"path": "Pointsexchange/pointsexchange",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "积分互转"
}
},
{
//互转记录
"path": "Pointsexchange/record",
"style": {
"navigationStyle": "custom", // 隐藏系统导航栏
"navigationBarTitleText": "互转记录"
}
},
{
"path" : "course/category",
"style" :
{
"navigationBarTitleText" : "课程分类"
}
},
{
// 课程详情
"path" : "course/detail",
"style" :
{
"navigationBarTitleText" : "课程详情"
}
},
{
"path" : "course/apply",
"style" :
{
"navigationBarTitleText" : "立即报名"
}
},
{
"path" : "course/pay",
"style" :
{
"navigationBarTitleText" : "课程播放"
}
},
{
"path" : "course/coupon",
"style" :
{
"navigationBarTitleText" : "我的优惠劵"
}
},
{
"path" : "course/signup",
"style" :
{
"navigationBarTitleText" : "我的报名"
}
},
{
"path" : "course/signupDetail",
"style" :
{
"navigationBarTitleText" : "报名详情"
}
},
{
"path" : "course/courseStudy",
"style" :
{
"navigationBarTitleText" : "课程学习"
}
},
{
"path" : "IP/IP",
"style" :
{
"navigationBarTitleText" : "详情"
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "劲冠",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#FFFFFF00",
"selectedColor": "#FFFFFF00",
"backgroundColor": "#FFFFFF00",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index"
// "iconPath": "static/renwugc.png",
// "selectedIconPath": "static/renwugcshow.png",
// "text": "任务广场"
},
{
"pagePath": "pages/Travelplan/Travelplan"
// "iconPath": "static/renwugc.png",
// "selectedIconPath": "static/renwugcshow.png",
// "text": "任务广场"
},
{
"pagePath": "pages/course/course"
// "iconPath": "static/renwugc.png",
// "selectedIconPath": "static/renwugcshow.png",
// "text": "任务广场"
},
{
"pagePath": "pages/IP/IP"
// "iconPath": "static/renwugc.png",
// "selectedIconPath": "static/renwugcshow.png",
// "text": "任务广场"
},
{
"pagePath": "pages/my/my"
// "iconPath": "static/personal.png",
// "selectedIconPath": "static/personalshow.png",
// "text": "个人中心"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。