|
@@ -1,7 +1,13 @@
|
|
{
|
|
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/login",
|
|
|
|
|
|
+ "path": "pages/login/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/login/login",
|
|
"style": {
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
@@ -21,8 +27,21 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "path": "pages/study/lookShipin",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "视频",
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/my/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"path" : "pages/unitTest/index",
|
|
"path" : "pages/unitTest/index",
|
|
- "style" :
|
|
|
|
|
|
+ "style" :
|
|
{
|
|
{
|
|
"navigationBarTitleText" : "单元测试",
|
|
"navigationBarTitleText" : "单元测试",
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
@@ -30,33 +49,27 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
- "color": "#565656",
|
|
|
|
- "selectedColor": "#0856E6",
|
|
|
|
- "borderStyle": "black",
|
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
|
- "fontSize": "13px",
|
|
|
|
- "iconWidth": "28px",
|
|
|
|
|
|
+ "height": "150rpx",
|
|
|
|
+ "iconWidth": "134rpx",
|
|
"spacing": "0px",
|
|
"spacing": "0px",
|
|
|
|
+ "backgroundColor": "transparent",
|
|
|
|
+ "borderStyle": "transparent",
|
|
"list": [{
|
|
"list": [{
|
|
- "pagePath": "pages/study/catalogue",
|
|
|
|
- "iconPath": "static/images/tabbar/unselect/index-sj.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/select/index-sj.png",
|
|
|
|
- "text": "首页"
|
|
|
|
|
|
+ "pagePath": "pages/study/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/plan-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/plan-sj.png"
|
|
}, {
|
|
}, {
|
|
"pagePath": "pages/study/catalogue",
|
|
"pagePath": "pages/study/catalogue",
|
|
- "iconPath": "static/images/tabbar/unselect/exam-sj.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
|
|
|
|
- "text": "考试"
|
|
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/develop-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/develop-sj.png"
|
|
}, {
|
|
}, {
|
|
"pagePath": "pages/study/catalogue",
|
|
"pagePath": "pages/study/catalogue",
|
|
- "iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
|
|
|
|
- "text": "课程"
|
|
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/partner-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/partner-sj.png"
|
|
}, {
|
|
}, {
|
|
- "pagePath": "pages/study/catalogue",
|
|
|
|
- "iconPath": "static/images/tabbar/unselect/score-sj.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/select/score-sj.png",
|
|
|
|
- "text": "成绩"
|
|
|
|
|
|
+ "pagePath": "pages/my/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/my-sj.png"
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
"globalStyle": {
|
|
"globalStyle": {
|