xy 1 year ago
parent 611d71b909
commit 41f9906d4c

@ -153,8 +153,10 @@ export default {
computed: {
},
created() {
this.getModule()
this.getMenu()
if (/\/system/.test(this.$route.path)) {
this.getModule()
this.getMenu()
}
this.getDiymenu()
},
methods: {

Loading…
Cancel
Save