zhangzengfei
2021-02-04 0175cda6150656bc74b34c6f6c71edd1e1fc653c
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 (