diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index 431a50c..4aac156 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -51,7 +51,7 @@ }, { text: "课表", - urlPath:'/pages/student/timetable/index',//自定义页面跳转路径 + urlPath:'/pages/coach/course/list',//自定义页面跳转路径 iconPath: "/static/images/tabbar/my.png", selectedIconPath: "/static/images/tabbar/my.png" }, diff --git a/pages.json b/pages.json index 15c3ed3..abb7a93 100644 --- a/pages.json +++ b/pages.json @@ -75,6 +75,24 @@ "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } + }, + { + "path": "pages/coach/course/list", + "style": { + "navigationBarTitleText": "课表", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } + }, + { + "path": "pages/coach/course/info", + "style": { + "navigationBarTitleText": "课时详情", + "navigationStyle": "default", + "navigationBarBackgroundColor": "#fff", + "navigationBarTextStyle": "black" + } } ],