123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- // {
- // "path": "pages/login/loginh5",
- // "style": {
- // "navigationBarTitleText": "登录",
- // "navigationStyle": "custom"
- // }
- // },
- {
- "path": "pages/login/regulation",
- "style": {
- "navigationBarTitleText": "使用条款",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/bookticket",
- "style": {
- "navigationBarTitleText": "订票",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ticketlist",
- "style": {
- "navigationBarTitleText": "票务购买",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/chosenposition",
- "style": {
- "navigationBarTitleText": "选择区域",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/news",
- "style": {
- "navigationBarTitleText": "演出资讯",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/newsdetails",
- "style": {
- "navigationBarTitleText": "资讯详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/actors",
- "style": {
- "navigationBarTitleText": "演员列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/actorsinfo",
- "style": {
- "navigationBarTitleText": "演员信息",
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "center",
- "pages": [
- {
- "path": "center",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "factorauth",
- "style": {
- "navigationBarTitleText": "实名认证",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "viewrecord",
- "style": {
- "navigationBarTitleText": "观看记录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "memberinfo",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "people",
- "style": {
- "navigationBarTitleText": "信息填写",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "mycoupon",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "couponlist",
- "style": {
- "navigationBarTitleText": "优惠券活动",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "couponselect",
- "style": {
- "navigationBarTitleText": "选择优惠券",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "invoice",
- "style": {
- "navigationBarTitleText": "开具发票",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "invoicedetails",
- "style": {
- "navigationBarTitleText": "发票详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order",
- "style": {
- "navigationBarTitleText": "订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "orderdetails",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "refund",
- "style": {
- "navigationBarTitleText": "申请退款",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "refundselect",
- "style": {
- "navigationBarTitleText": "选择退款信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "paysuccess",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "viewRefund",
- "style": {
- "navigationBarTitleText": "查看退款",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "applyshare",
- "style": {
- "navigationBarTitleText": "全民分享",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "applysharesuccess",
- "style": {
- "navigationBarTitleText": "全民分享",
- "navigationStyle": "custom"
- }
- }
- ]
- }
- ],
- "preloadRule": {
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|