diff --git a/src/components/UserCenter/menu.vue b/src/components/UserCenter/menu.vue
index 7a8f30fe..0e136363 100644
--- a/src/components/UserCenter/menu.vue
+++ b/src/components/UserCenter/menu.vue
@@ -14,7 +14,7 @@
:default-active="activeMenu"
router
active-text-color="#00aaff"
- :default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa', 'mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004']"
+ :default-openeds="['manageTodo','manageFinish','teacherTodo','teacherFinish','myqa', 'mystudy', 'course', 'exam', 'u001', 'u002', 'u003', 'u004','u009','u008']"
class="el-menu-vertical"
@open="handleOpen"
@close="handleClose"
@@ -93,7 +93,7 @@
问答管理
-
+
@@ -102,7 +102,7 @@
-
+
业务支援读书会管理
@@ -344,8 +344,7 @@ export default {
activeMenu() {
const route = this.$route;
const { meta, path } = route;
- console.log(meta)
- if(meta.title == '添加受众'){
+ if(meta.title == '添加受众' || meta.title == '查看受众'){
meta.activeMenu = '/manage/ugroups'
}
if (meta.activeMenu) {
diff --git a/src/views/manage/UserGroupList.vue b/src/views/manage/UserGroupList.vue
index 77451901..79b8cca9 100644
--- a/src/views/manage/UserGroupList.vue
+++ b/src/views/manage/UserGroupList.vue
@@ -146,6 +146,7 @@
},
viewDetail(row){
this.$router.push({path:'/manage/viewugroup', query: {id: row.id}})
+ // this.$router.push({path:'/manage/addaudiences', query: {id: row.id}})
},
jumpRouter(type){
if(type==1){