This commit is contained in:
zhaofang
2022-11-04 13:49:14 +08:00
parent bd09be3d4f
commit 8e664c3ca7
2 changed files with 2 additions and 3 deletions

View File

@@ -93,14 +93,14 @@
<svg-icon icon-class="interlocution"></svg-icon> <svg-icon icon-class="interlocution"></svg-icon>
<span slot="title">问答管理</span> <span slot="title">问答管理</span>
</el-menu-item> </el-menu-item>
<el-menu-item v-show="curIdentity == 3" index="008"> <el-menu-item v-show="curIdentity == 3">
<template slot="title"> <template slot="title">
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon> <svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
<span><a href="/resource/index.html" target="_blank" style="color:#303133;">旧版管理员界面</a></span> <span><a href="/resource/index.html" target="_blank" style="color:#303133;">旧版管理员界面</a></span>
</template> </template>
<!-- <i class="el-icon-menu"></i> --> <!-- <i class="el-icon-menu"></i> -->
</el-menu-item> </el-menu-item>
<el-menu-item v-show="curIdentity == 3" index="009"> <el-menu-item v-show="curIdentity == 3">
<template slot="title"> <template slot="title">
<svg-icon icon-class="management" style="font-size:16px"></svg-icon> <svg-icon icon-class="management" style="font-size:16px"></svg-icon>
<span><a href="https://u.boe.com/train/manager/index.html" style="color:#303133;" target="_blank">业务支援读书会管理</a></span> <span><a href="https://u.boe.com/train/manager/index.html" style="color:#303133;" target="_blank">业务支援读书会管理</a></span>

View File

@@ -200,7 +200,6 @@
aid:this.pageId, //指定用户的动态, aid:this.pageId, //指定用户的动态,
hidden:this.pageId == this.userInfo.aid?'':false,//是否隐藏,不指定,查询全部 hidden:this.pageId == this.userInfo.aid?'':false,//是否隐藏,不指定,查询全部
} }
console.log(this.activeName,'this.activeName');
if(this.activeName == '1') { if(this.activeName == '1') {
this.loading1 = true; this.loading1 = true;
} else } else