|
@@ -45,7 +45,7 @@ export default {
|
|
this.menuList = [
|
|
this.menuList = [
|
|
{ name: '课程信息', icon: 'iconfont iconkecheng' },
|
|
{ name: '课程信息', icon: 'iconfont iconkecheng' },
|
|
{ name: '个人信息', icon: 'iconfont icongeren' },
|
|
{ name: '个人信息', icon: 'iconfont icongeren' },
|
|
- { name: '问卷调查', icon: 'iconfont icondibudaohanglan-' },
|
|
|
|
|
|
+ // { name: '问卷调查', icon: 'iconfont icondibudaohanglan-' },
|
|
{ name: '班级信息', icon: 'iconfont iconbanjixinxi' },
|
|
{ name: '班级信息', icon: 'iconfont iconbanjixinxi' },
|
|
{ name: '班级名单', icon: 'iconfont iconmingdan' },
|
|
{ name: '班级名单', icon: 'iconfont iconmingdan' },
|
|
{ name: '班级成绩', icon: 'iconfont iconchengji' },
|
|
{ name: '班级成绩', icon: 'iconfont iconchengji' },
|
|
@@ -67,7 +67,7 @@ export default {
|
|
turnTo(name) {
|
|
turnTo(name) {
|
|
if (name === '课程信息') this.$router.push({ path: '/home/index' });
|
|
if (name === '课程信息') this.$router.push({ path: '/home/index' });
|
|
if (name === '个人信息') this.$router.push({ path: '/user/personalDetail', query: { id: this.user.userid } });
|
|
if (name === '个人信息') this.$router.push({ path: '/user/personalDetail', query: { id: this.user.userid } });
|
|
- if (name === '问卷调查') this.$router.push({ path: '/question/index' });
|
|
|
|
|
|
+ // if (name === '问卷调查') this.$router.push({ path: '/question/index' });
|
|
if (name === '班级信息') this.$router.push({ path: '/user/classInfos' });
|
|
if (name === '班级信息') this.$router.push({ path: '/user/classInfos' });
|
|
if (name === '班级名单') this.$router.push({ path: '/class/classStuList', query: { id: this.classid } });
|
|
if (name === '班级名单') this.$router.push({ path: '/class/classStuList', query: { id: this.classid } });
|
|
if (name === '班级成绩') this.$router.push({ path: '/class/achieve', query: { classid: this.classid } });
|
|
if (name === '班级成绩') this.$router.push({ path: '/class/achieve', query: { classid: this.classid } });
|