ll
liukangdong
2024-12-26 8866718edafe8f312feb1e7e4c3f9be531c0f7b2
h5/pages/staff/index.vue
@@ -167,7 +167,7 @@
         },
         checkAuth(str) {
            const permissions = this.userInfo.permissions
            const permissions = this.userInfo.permissions || []
            return permissions.indexOf(str) > -1
         },
         loginOut() {