|
@@ -7,6 +7,12 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "path": "pages/login",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "uni-app"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"path" : "pages/exam/index",
|
|
"path" : "pages/exam/index",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
@@ -22,33 +28,45 @@
|
|
}
|
|
}
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
- "color": "#000000",
|
|
|
|
- "selectedColor": "#000000",
|
|
|
|
- "borderStyle": "white",
|
|
|
|
- "backgroundColor": "#ffffff",
|
|
|
|
- "list": [{
|
|
|
|
- "pagePath": "pages/index/index",
|
|
|
|
- "iconPath": "static/images/tabbar/home.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/home_.png",
|
|
|
|
- "text": "首页"
|
|
|
|
- }, {
|
|
|
|
- "pagePath": "pages/exam/index",
|
|
|
|
- "iconPath": "static/images/tabbar/exam.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/exam_.png",
|
|
|
|
- "text": "考试"
|
|
|
|
- }, {
|
|
|
|
- "pagePath": "pages/my/index",
|
|
|
|
- "iconPath": "static/images/tabbar/mine.png",
|
|
|
|
- "selectedIconPath": "static/images/tabbar/mine_.png",
|
|
|
|
- "text": "我的"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
|
|
+ "color": "#565656",
|
|
|
|
+ "selectedColor": "#0856E6",
|
|
|
|
+ "borderStyle": "black",
|
|
|
|
+ "backgroundColor": "#ffffff",
|
|
|
|
+ "fontSize": "13px",
|
|
|
|
+ "iconWidth": "28px",
|
|
|
|
+ "spacing": "0px",
|
|
|
|
+ "list": [{
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/index-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/index-sj.png",
|
|
|
|
+ "text": "首页"
|
|
|
|
+ }, {
|
|
|
|
+ "pagePath": "pages/exam/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/exam-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/exam-sj.png",
|
|
|
|
+ "text": "考试"
|
|
|
|
+ }, {
|
|
|
|
+ "pagePath": "pages/login",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
|
|
|
|
+ "text": "课程"
|
|
|
|
+ }, {
|
|
|
|
+ "pagePath": "pages/exam/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/score-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/select/score-sj.png",
|
|
|
|
+ "text": "成绩"
|
|
|
|
+ }, {
|
|
|
|
+ "pagePath": "pages/exam/index",
|
|
|
|
+ "iconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
|
+ "selectedIconPath": "static/images/tabbar/unselect/my-sj.png",
|
|
|
|
+ "text": "我的"
|
|
|
|
+ }]
|
|
|
|
+ },
|
|
"globalStyle": {
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTextStyle": "black",
|
|
- "navigationBarTitleText": "uni-app",
|
|
|
|
- "navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
- "backgroundColor": "#F8F8F8"
|
|
|
|
|
|
+ "navigationBarTitleText": "麦塔软件",
|
|
|
|
+ "navigationBarBackgroundColor": "#F8F8F8"
|
|
},
|
|
},
|
|
|
|
+
|
|
"uniIdRouter": {}
|
|
"uniIdRouter": {}
|
|
}
|
|
}
|