{ "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": {} }