mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交
This commit is contained in:
@@ -93,14 +93,14 @@
|
||||
<svg-icon icon-class="interlocution"></svg-icon>
|
||||
<span slot="title">问答管理</span>
|
||||
</el-menu-item>
|
||||
<el-menu-item v-show="curIdentity == 3" index="008">
|
||||
<el-menu-item v-show="curIdentity == 3">
|
||||
<template slot="title">
|
||||
<svg-icon icon-class="administrator" style="font-size:17px"></svg-icon>
|
||||
<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" index="009">
|
||||
<el-menu-item v-show="curIdentity == 3">
|
||||
<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" style="color:#303133;" target="_blank">业务支援读书会管理</a></span>
|
||||
|
||||
@@ -200,7 +200,6 @@
|
||||
aid:this.pageId, //指定用户的动态,
|
||||
hidden:this.pageId == this.userInfo.aid?'':false,//是否隐藏,不指定,查询全部
|
||||
}
|
||||
console.log(this.activeName,'this.activeName');
|
||||
if(this.activeName == '1') {
|
||||
this.loading1 = true;
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user