src/components/fTemplate.vue
@@ -29,7 +29,7 @@ } }, computed: { isAdmin () { isAdmin() { if ( sessionStorage.getItem('userInfo') && sessionStorage.getItem('userInfo') !== '' @@ -41,7 +41,7 @@ } return false }, isShow () { isShow() { if (this.isAdmin) { return true } else if (