|
@@ -11,12 +11,12 @@
|
|
|
<div class="table-container">
|
|
|
<div class="top">
|
|
|
<div class="topCon">
|
|
|
- <div class="title">
|
|
|
+ <!-- <div class="title">
|
|
|
<span v-if="roleUser.orgName">{{ roleUser.orgName }}</span>
|
|
|
<span style="color: #0663fe; font-weight: 600">{{
|
|
|
roleUser.schoolName
|
|
|
}}</span>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="person">
|
|
|
<el-badge :value="msgNum" class="item" style="margin-right: 15px;">
|
|
|
<img src="../assets/info/tongzhi.svg" class="Msg" @click="goMsg" alt="">
|
|
@@ -275,7 +275,7 @@ export default {
|
|
|
},
|
|
|
// 打开平台应用工具
|
|
|
AddAppJson(val) {
|
|
|
- this.getMsg()
|
|
|
+ // this.getMsg()
|
|
|
console.log("AddAppJson", val);
|
|
|
this.loading = true;
|
|
|
// 荔园首页工具切换,不缓存工具
|
|
@@ -519,7 +519,7 @@ export default {
|
|
|
console.log("重新获取数据");
|
|
|
console.log('this.$route.query.courseId',this.$route.query.courseId);
|
|
|
this.getPer();
|
|
|
- this.getMsg()
|
|
|
+ // this.getMsg()
|
|
|
if (this.$route.query.courseId) {
|
|
|
this.openApp2({
|
|
|
stateL: true,
|