mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
个人中心菜单bug修改
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
:default-active="activeMenu"
|
||||
router
|
||||
active-text-color="#3379FB"
|
||||
:default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa', 'mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004']"
|
||||
:default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa','notice','mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004']"
|
||||
class="el-menu-vertical"
|
||||
@open="handleOpen"
|
||||
@close="handleClose"
|
||||
@@ -277,7 +277,7 @@
|
||||
<!-- <svg-icon icon-class="myart"></svg-icon> -->
|
||||
<span slot="title">我的文章</span>
|
||||
</el-menu-item>
|
||||
<el-submenu index="/article/contactme" v-show="curIdentity == 1">
|
||||
<el-submenu index="notice" v-show="curIdentity == 1">
|
||||
<template slot="title">
|
||||
<svg-icon icon-class="qita"></svg-icon>
|
||||
<span>其他通知</span>
|
||||
|
||||
Reference in New Issue
Block a user