|
@@ -47,7 +47,6 @@
|
|
|
"enablePullDownRefresh": false
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
"path": "pages/lightMock/index",
|
|
|
"style": {
|
|
@@ -213,13 +212,25 @@
|
|
|
"root": "otherPages",
|
|
|
"pages": [
|
|
|
{
|
|
|
- "path": "marked/index",
|
|
|
+ "path": "videoSubjectList/index",
|
|
|
"style": {}
|
|
|
},
|
|
|
{
|
|
|
- "path": "playVideo/index",
|
|
|
+ "path": "marked/index",
|
|
|
"style": {}
|
|
|
},
|
|
|
+ {
|
|
|
+ "path": "playStorageVideo/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "播放视频"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "playUrlVideo/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "播放视频"
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
"path": "teacherVideo/index",
|
|
|
"style": {}
|
|
@@ -441,7 +452,7 @@
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
"usingComponents": {
|
|
|
- "van-empty":"./wxcomponents/vant/empty/index",
|
|
|
+ "van-empty": "./wxcomponents/vant/empty/index",
|
|
|
"van-overlay": "./wxcomponents/vant/overlay/index",
|
|
|
"van-tabbar": "./wxcomponents/vant/tabbar/index",
|
|
|
"van-tabbar-item": "./wxcomponents/vant/tabbar-item/index",
|
|
@@ -479,13 +490,16 @@
|
|
|
"van-grid-item": "wxcomponents/vant/grid-item/index",
|
|
|
"van-nav-bar": "wxcomponents/vant/nav-bar/index"
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
"condition": {
|
|
|
//模式配置,仅开发期间生效
|
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
|
"list": [
|
|
|
+ {
|
|
|
+ "path": "otherPages/videoSubjectList/index",
|
|
|
+ "name": "视频列表",
|
|
|
+ "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
|
|
|
+ },
|
|
|
{
|
|
|
"path": "otherPages/teacherVideo/index",
|
|
|
"name": "教学视频",
|