个人中心菜单bug修改

This commit is contained in:
zhaofang
2022-10-18 11:49:07 +08:00
parent 411b50c819
commit 0ab25da6ba

View File

@@ -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>