ZZJ
2021-11-03 b4d2703e653bf702d705b18c20d9edb9066c7c8a
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 (