|
@@ -18,11 +18,11 @@ Page({
|
|
|
],
|
|
|
appList: [
|
|
|
{ img: '/images/kb.png', title: '我的课表',url:"/pages/schedule/schedule" },
|
|
|
- { img: '/images/zy.png', title: '提交作业' },
|
|
|
+ { img: '/images/zy.png', title: '提交作业',url:"/pages/task/task" },
|
|
|
{ img: '/images/dp.png', title: '课堂点评' },
|
|
|
{ img: '/images/zj.png', title: '成长足迹' },
|
|
|
{ img: '/images/qj.png', title: '请假',url:"/pages/leave/leave" },
|
|
|
- { img: '/images/bk.png', title: '补课' },
|
|
|
+ { img: '/images/bk.png', title: '补课',url:"/pages/lessons/lessons" },
|
|
|
{ img: '/images/jk.png', title: '加课' },
|
|
|
{ img: '/images/dk.png', title: '调课' },
|
|
|
],
|