|
|
@@ -304,7 +304,7 @@
|
|
|
{
|
|
|
"path": "choose-seat/index",
|
|
|
"name": "film-choose-seat",
|
|
|
- "islogin": false,
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "座次选择",
|
|
|
"backgroundColorBottom": "#fff"
|
|
|
@@ -313,7 +313,7 @@
|
|
|
{
|
|
|
"path": "index/index",
|
|
|
"name": "film-index",
|
|
|
- "islogin": true,
|
|
|
+ "islogin": false,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "电影演出",
|
|
|
"backgroundColorBottom": "#fff"
|
|
|
@@ -351,7 +351,7 @@
|
|
|
{
|
|
|
"path": "order/index",
|
|
|
"name": "film-order",
|
|
|
- "islogin": false,
|
|
|
+ "islogin": true,
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "我的订单",
|
|
|
"backgroundColorBottom": "#fff"
|
|
|
@@ -472,6 +472,28 @@
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "root": "subPack-videoRights",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "commonTab/index",
|
|
|
+ "name": "video-rights-tabbar",
|
|
|
+ "islogin": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "videoRightsDetail/videoRightsDetail",
|
|
|
+ "name": "video-rights-detail",
|
|
|
+ "islogin": false,
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "详情"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
}
|
|
|
]
|
|
|
}
|