hanbaoshan
2020-12-03 c587fbdad6f75ba05e5440b41be144bd335703aa
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 (