This commit is contained in:
闫世杰 2023-08-03 11:58:32 +08:00
parent 67e778cd65
commit 5d9d4bf5c0
1 changed files with 6 additions and 3 deletions

View File

@ -628,12 +628,15 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
// 线 // 线-
{ {
"path": "xskz/details", "path": "xskz/details",
"style": { "style": {
"navigationBarTitleText": "线上看展-详情", "navigationBarTitleText": "线上看展-详情",
"enablePullDownRefresh": false "enablePullDownRefresh": false,
"usingComponents": {
"player-component": "plugin://player/video"
}
} }
} }
] ]
@ -655,4 +658,4 @@
"navigationBarBackgroundColor": "#FFFFFF", // "navigationBarBackgroundColor": "#FFFFFF", //
"backgroundColor": "#F8F8F8" // "backgroundColor": "#F8F8F8" //
} }
} }