feat:修复页面权限问题

main
liu.shiyi 2 years ago
parent 8bba31ca2e
commit 10ed92ffbc

@ -272,7 +272,7 @@ export default {
//
permission () {
get(`/bigScreen/permission/check/${this.$route.query.code}`).then(res => {
this.hasPermission = !res
this.hasPermission = res
if (res) {
this.init()
}

Loading…
Cancel
Save