This commit is contained in:
zhaofang
2022-11-02 17:49:33 +08:00
parent e13afbd35b
commit fe14426df2

View File

@@ -93,17 +93,17 @@
<svg-icon icon-class="interlocution"></svg-icon>
<span slot="title">问答管理</span>
</el-menu-item>
<el-menu-item v-show="curIdentity == 3">
<el-menu-item v-show="curIdentity == 3" index="008">
<template slot="title">
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
<span><a href="/resource/index.html" target="_blank">旧版管理员界面</a></span>
<span><a href="/resource/index.html" target="_blank" style="color:#303133;">旧版管理员界面</a></span>
</template>
<!-- <i class="el-icon-menu"></i> -->
</el-menu-item>
<el-menu-item v-show="curIdentity == 3">
<el-menu-item v-show="curIdentity == 3" index="009">
<template slot="title">
<svg-icon icon-class="management" style="font-size:16px"></svg-icon>
<span><a href="https://u.boe.com/train/manager/index.html" target="_blank">业务支援读书会管理</a></span>
<span><a href="https://u.boe.com/train/manager/index.html" style="color:#303133;" target="_blank">业务支援读书会管理</a></span>
</template>
</el-menu-item>
<!-- <el-menu-item index="/qa/manage" v-show="curIdentity == 3" disabled>
@@ -375,7 +375,6 @@ export default {
if (meta.activeMenu) {
return meta.activeMenu;
}
//console.log(path,'path');
return path;
},
},