123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803 |
- {
- "easycom": {
- "^zs-(.*)": "@/components/zs-$1/index.vue",
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "慧研学惠生活",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "pages/index/searchResult",
- "style": {
- "navigationBarTitleText": "搜索结果"
- }
- },
- {
- "path": "pages/activity/index",
- "style": {
- "navigationBarTitleText": "活动",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/activity/detail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/activity/courseDetail",
- "style": {
- "navigationBarTitleText": "课程详情"
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- // "backgroundColor":"#f1f1f1"
- }
- }, {
- "path": "pages/index/position",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "subPackages": [ //分包
- {
- "root": "signUp",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "体验农耕文化,传承中国传统"
- }
- },
- {
- "path": "makeOut",
- "style": {
- "navigationBarTitleText": "填写资料"
- }
- }
- ]
- },
- {
- "root": "refuel",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "加油充电",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "refuelDetail",
- "style": {
- "navigationBarTitleText": "确认下单"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "coupon",
- "style": {
- "navigationBarTitleText": "优惠券"
- // "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "detail",
- "pages": [
- {
- "path": "shopDetail/shopDetail",
- "style": {
- "navigationBarTitleText": "店铺详情"
- // "navigationStyle": "custom",
- // "enablePullDownRefresh": true
- }
- },
- {
- "path": "discountsDetail/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "goodsDetail/index",
- "style": {
- "navigationBarTitleText": "商品详情",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "shopList/index",
- "style": {
- "navigationBarTitleText": "适用店铺"
- }
- },
- {
- "path": "virtualGoods/index",
- "style": {
- "navigationBarTitleText": "会员充值"
- }
- },
- {
- "path": "virtualGoods/detail",
- "style": {
- "navigationBarTitleText": "会员充值"
- }
- },
- {
- "path": "virtualGoods/pay",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- }
-
- ]
- },
- {
- "root": "my",
- "pages": [{
- "path": "coupon/index",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "edit/edit",
- "style": {
- "navigationBarTitleText": "账号设置"
- }
- },
- {
- "path": "edit/editName",
- "style": {
- "navigationBarTitleText": "账号设置"
- }
- },
- {
- "path": "edit/unSubscribe",
- "style": {
- "navigationBarTitleText": "账号信息"
- }
- },
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "全部订单",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
-
- {
- "path": "order/refund",
- "style": {
- "navigationBarTitleText": "退款申请"
- }
- },
- {
- "path": "order/refundDetail",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- {
- "path": "order/signUp/signUpDetail",//活动订单
- "style": {
- "navigationBarTitleText": "订单详情"
- // "navigationStyle": "custom"
- }
- },
- {
- "path": "order/signUp/refund",
- "style": {
- "navigationBarTitleText": "退款申请"
- }
- },
- {
- "path": "order/signUp/refundDetail",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- {
- "path": "order/scenic/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/foodOrder/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/scenic/refund",
- "style": {
- "navigationBarTitleText": "退款申请"
- }
- },
- {
- "path": "order/scenic/refundDetail",
- "style": {
- "navigationBarTitleText": "退款详情"
- }
- },
- {
- "path": "order/hotel/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/movie/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/trip/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "order/webView",
- "style": {
- "navigationBarTitleText": "退款申请"
- }
- },
- {
- "path": "favorite/index",
- "style": {
- "navigationBarTitleText": "我的收藏"
- }
- },
- {
- "path": "memberCenter/index",
- "style": {
- "navigationBarTitleText": "会员中心",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "memberCenter/logList",
- "style": {
- "navigationBarTitleText": "会员权益"
- }
- },
- {
- "path": "service/index",
- "style": {
- "navigationBarTitleText": "客服"
- }
- },
- {
- "path": "vipActivation/index",
- "style": {
- "navigationBarTitleText": "会员激活"
- }
- }
- ]
- },
- {
- "root": "invite",
- "pages": [
- {
- "path": "invite",
- "style": {
- "navigationBarTitleText": "推广邀请"
- }
- },
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "推广邀请"
- }
- },
- {
- "path": "history",
- "style": {
- "navigationBarTitleText": "邀请记录"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "邀请明细"
- }
- },
- {
- "path": "wallet/index",
- "style": {
- "navigationBarTitleText": "我的钱包"
- }
- },
- {
- "path": "wallet/history",
- "style": {
- "navigationBarTitleText": "提现记录"
- }
- },
- {
- "path":"wallet/withdraw",
- "style": {
- "navigationBarTitleText": "提现"
- }
- },
- {
- "path":"wallet/hangingAmount",
- "style": {
- "navigationBarTitleText": "即将到账"
- }
- }
- ]
- },
- {
- "root": "login",
- "pages": [{
- "path": "login/login",
- "style": {
- "navigationBarTitleText": "慧研学惠生活"
- }
- },
- {
- "path": "login/otherLogin",
- "style": {
- "navigationBarTitleText": "手机号登录"
- }
- },
- {
- "path": "login/bind",
- "style": {
- "navigationBarTitleText": "绑定微信"
- }
- },
- {
- "path": "login/xieyi",
- "style": {
- "navigationBarTitleText": "隐私协议"
- }
- }
- ]
- },
- {
- "root": "trip", //出行
- "pages": [
- {
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "出行",
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "chooseAddress/index",
- "style": {
- "navigationBarTitleText": "地址选择"
- }
- },
- {
- "path": "expense/question",
- "style": {
- "navigationBarTitleText": "常见问题",
- "disableScroll": true
- }
- },
- {
- "path": "expense/rules",
- "style": {
- "navigationBarTitleText": "计费规则",
- "disableScroll": true
- }
- },
- {
- "path": "expense/index",
- "style": {
- "navigationBarTitleText": "预估费用",
- "disableScroll": true
- }
- }
- ]
- },
- {
- "root": "scenic",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "景区门票",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "search",
- "style": {
- "navigationBarTitleText": "搜索中"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "makeOut",
- "style": {
- "navigationBarTitleText": "填写订单"
- }
- }
- ]
- },
- {
- "root": "movie",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "movieDetail",
- "style": {
- "navigationBarTitleText": "电影"
- }
- },
- {
- "path": "movieList",
- "style": {
- "navigationBarTitleText": "电影列表"
- }
- },
- {
- "path": "chooseSeat",
- "style": {
- "navigationBarTitleText": "选座",
- "enablePullDownRefresh": true
- }
- }
- ]
- },
- {
- "root": "hotel",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "cityList",
- "style": {
- "navigationBarTitleText": "城市列表"
- }
- },
- {
- "path": "hotelDetail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "introduce",
- "style": {
- "navigationBarTitleText": "酒店介绍"
- }
- },
- {
- "path": "hotelImgList",
- "style": {
- "navigationBarTitleText": "酒店图片"
- }
- },
- {
- "path": "makeOut",
- "style": {
- "navigationBarTitleText": "填写订单"
- }
- },
- {
- "path": "search",
- "style": {
- "navigationBarTitleText": "酒店"
- }
- }
- ]
- },
- {
- "root": "study", //研学
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "慧研学",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pay/order",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- {
- "path" : "pay/orderPay",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path":"tourList/list",
- "style": {
- "navigationBarTitleText": "选择出游人"
- }
- },
- {
- "path":"tourList/add",
- "style": {
- "navigationBarTitleText": "添加出游人"
- }
- },
- {
- "path": "type",
- "style": {
- "navigationBarTitleText": "子栏目",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "studyGoodsDetail",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "studyList",//列表
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "courseDetail",
- "style": {
- "navigationBarTitleText": "课程详情"
- }
- },
- {
- "path": "community/index",
- "style": {
- "navigationBarTitleText": "互动社区"
- }
- },
- {
- "path": "community/detail",
- "style": {
- "navigationBarTitleText": "帖子详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "community/video",
- "style": {
- "navigationBarTitleText": "科普视频"
- }
- },
- {
- "path": "community/goods",
- "style": {
- "navigationBarTitleText": "推荐线路"
- }
- },
- {
- "path": "test",
- "style": {
- "navigationBarTitleText": "研学MBTI测试",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "special", //信息确认
- "pages": [
- {
- "path": "water",
- "style": {
- "navigationBarTitleText": "领券"
- }
- },
- {
- "path": "kaihui",
- "style": {
- "navigationBarTitleText": "凯辉便利"
- }
- }
-
- ]
- },
- {
- "root": "pay",
- "pages": [
- {
- "path": "pay",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- {
- "path": "pay1",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- {
- "path": "offlinePayment",
- "style": {
- "navigationBarTitleText": "支付订单"
- }
- },
- {
- "path": "coupon",
- "style": {
- "navigationBarTitleText": "优惠券"
- }
- },
- {
- "path": "ortherPay",
- "style": {
- "navigationBarTitleText": "支付"
- }
- }
-
- ]
- },
- {
- "root": "agreement",
- "pages": [
- {
- "path": "member",
- "style": {
- "navigationBarTitleText": "会员服务协议"
- }
- }
- ]
- },
- {
- "root":"share",
- "pages":[
- {
- "path":"index",
- "style": {
- "navigationBarTitleText": "研学分享"
- }
- },
- {
- "path":"sharePosts",
- "style": {
- "navigationBarTitleText": "研学心得",
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "orderFood",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "特惠点餐"
- }
- },
- {
- "path": "shopList",
- "style": {
- "navigationBarTitleText": "特惠点餐"
- }
- },
- {
- "path": "shopDetail",
- "style": {
- "navigationBarTitleText": "点餐"
- }
- },
- {
- "path" : "pay",
- "style" :
- {
- "navigationBarTitleText" : "订单确认"
- }
- }
- ]
- },
- {
- "root": "luckyDraw",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "抽奖"
- }
- },
- {
- "path": "prizeList",
- "style": {
- "navigationBarTitleText": "我的奖品"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#AAAAAA",
- "selectedColor": "#EE4320",
- "backgroundColor": "#fff",
- "list": [{
- "iconPath": "static/home_off.png",
- "selectedIconPath": "static/home_on.png",
- "text": "首页",
- "pagePath": "pages/index/index"
- },
- {
- "iconPath": "static/activity_off.png",
- "selectedIconPath": "static/activity_on.png",
- "text": "活动",
- "pagePath": "pages/activity/index"
- },
- {
- "iconPath": "static/my_off.png",
- "selectedIconPath": "static/my_on.png",
- "text": "我的",
- "pagePath": "pages/my/index"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|