123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- // uview-ui
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
-
- "enablePullDownRefresh" : true,
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom"
- // #endif
-
- }
-
- },
- {
- "path": "pages/login",
- "style": {
- "enablePullDownRefresh" : true,
-
- // #ifdef MP-WEIXIN
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "pages/otherNumlogin",
- "style": {
-
- // "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"其他手机号登录"
- }
- },
- {
- "path": "pages/travel",
- "style": {
-
- // "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"日月峡森林康养旅行"
- }
- },
- {
- "path": "pages/customerService",
- "style": {
-
- // "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"客服中心"
- }
- },
- {
- "path": "pages/userCenter",
- "style": {
-
- // "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"我的"
- }
- }
-
- ],
- "subPackages": [
- {
- "root": "pages/userCenter",
- "pages": [{
- "path": "aboutus",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"关于日月峡"
- }
- },{
- "path": "invoice",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"申请发票"
- }
- },{
- "path": "Policy",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"隐私政策"
- }
- },{
- "path": "Terms",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"用户协议"
- }
- },{
- "path": "userEdit",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"完善信息"
- }
- }
- ]
- },
- {
- "root": "pages/peopleList",
- "pages": [{
- "path": "peopleList",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"出行人列表"
- }
- },{
- "path": "addPeople",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"添加出行人"
- }
- }
- ]
- },
- {
- "root": "pages/travel",
- "pages": [{
- "path": "poster",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"生成海报"
- }
- },{
- "path": "travelDetails",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"套餐详情"
- }
- },{
- "path": "travelPeople",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"添加出行人"
- }
- },{
- "path": "submitOrder",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"提交订单"
- }
- },{
- "path": "contract",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"合同"
- }
- }
- ]
- },
- {
- "root": "pages/order",
- "pages": [{
- "path": "order",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"订单列表"
- }
- },{
- "path": "guide",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"专属森林向导"
- }
- },{
- "path": "orderDetails",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"订单详情"
- }
- },{
- "path": "orderAfterSale",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"订单售后"
- }
- },{
- "path": "applyAfterSale",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"申请退款"
- }
- }
- ]
- },
- {
- "root": "pages/invoice",
- "pages": [{
- "path": "invoiceList",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"开票"
- }
- },{
- "path": "invoiceAdmin",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"抬头管理"
- }
- },{
- "path": "invoiceHistory",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"开票历史"
- }
- },{
- "path": "invoiceEndit",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"编辑抬头"
- }
- },{
- "path": "applyInvoice",
- "style": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText":"申请发票"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
- },
- "tabBar": {
- "color": "#C1C1C1",
- "selectedColor": "#1E9F6A",
- "backgroundColor": "#FFF",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tabbaricon/首页.png",
- "selectedIconPath": "static/tabbaricon/首页selected@2x.png"
- },
- {
- "pagePath": "pages/travel",
- "text": "旅行",
- "iconPath": "static/tabbaricon/森林康养.png",
- "selectedIconPath": "static/tabbaricon/森林康养@2x.png"
- },
- {
- "pagePath": "pages/userCenter",
- "text": "我的",
- "iconPath": "static/tabbaricon/我的@2x.png",
- "selectedIconPath": "static/tabbaricon/我的.png"
- }
- ]
- }
- }
|