123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "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/regulation",
- "style": {
- "navigationBarTitleText": "使用条款",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/bookticket",
- "style": {
- "navigationBarTitleText": "订票",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ticketlist",
- "style": {
- "navigationBarTitleText": "订单详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/news",
- "style": {
- "navigationBarTitleText": "演出资讯",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/newsdetails",
- "style": {
- "navigationBarTitleText": "资讯详情",
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "center",
- "pages": [
- {
- "path": "center",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "memberinfo",
- "style": {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "people",
- "style": {
- "navigationBarTitleText": "信息填写",
- "navigationStyle": "custom"
- }
- }
- ]
- }
- ],
- "preloadRule": {
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|