|
@@ -214,11 +214,15 @@
|
|
"pages": [
|
|
"pages": [
|
|
{
|
|
{
|
|
"path": "marked/index",
|
|
"path": "marked/index",
|
|
- "styles": {}
|
|
|
|
|
|
+ "style": {}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "playVideo/index",
|
|
"path": "playVideo/index",
|
|
- "styles": {}
|
|
|
|
|
|
+ "style": {}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "teacherVideo/index",
|
|
|
|
+ "style": {}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"path": "examRoadVideo/index",
|
|
"path": "examRoadVideo/index",
|
|
@@ -403,12 +407,6 @@
|
|
"borderStyle": "white",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
"list": [
|
|
- // {
|
|
|
|
- // "pagePath": "pages/home/index",
|
|
|
|
- // "iconPath": "static/imgs/home.png",
|
|
|
|
- // "selectedIconPath": "static/imgs/home-avtive.png",
|
|
|
|
- // "text": "首页"
|
|
|
|
- // },
|
|
|
|
{
|
|
{
|
|
"pagePath": "pages/carVideo/index",
|
|
"pagePath": "pages/carVideo/index",
|
|
"iconPath": "static/imgs/car.png",
|
|
"iconPath": "static/imgs/car.png",
|
|
@@ -419,7 +417,7 @@
|
|
"pagePath": "pages/careGzh/index",
|
|
"pagePath": "pages/careGzh/index",
|
|
"iconPath": "static/imgs/video.png",
|
|
"iconPath": "static/imgs/video.png",
|
|
"selectedIconPath": "static/imgs/video-active.png",
|
|
"selectedIconPath": "static/imgs/video-active.png",
|
|
- "text": "视频"
|
|
|
|
|
|
+ "text": "教学视频"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
"pagePath": "pages/user/index",
|
|
"pagePath": "pages/user/index",
|
|
@@ -488,6 +486,11 @@
|
|
//模式配置,仅开发期间生效
|
|
//模式配置,仅开发期间生效
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
"current": 0, //当前激活的模式(list 的索引项)
|
|
"list": [
|
|
"list": [
|
|
|
|
+ {
|
|
|
|
+ "path": "otherPages/teacherVideo/index",
|
|
|
|
+ "name": "教学视频",
|
|
|
|
+ "query": "liceCar=1&liceTruck=&liceBus=&liceMoto=&name=&gs=xc&cert=C1/C2/C3&vehicle=轿车&subject=1&title=精选考题&sort=3"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"path": "otherPages/classifyChoose/index",
|
|
"path": "otherPages/classifyChoose/index",
|
|
"name": "分类练习",
|
|
"name": "分类练习",
|