Commit fab7ef85 authored by jingnan's avatar jingnan 👀

首页修改

parent 186cc5c5
......@@ -91,10 +91,15 @@ export default {
...mapGetters(['permMenus', 'activeWorkSpace'])
},
watch: {
activeWorkSpace: {
immediate: true,
deep: true,
handler(val) {
val && this.getAppGroup()
}
}
},
created() {
// 初始化数据
this.getAppGroup()
},
methods: {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment