zhangzengfei
2023-09-06 c0c034b3ef0fdf0fd9c802d5984dbd717db6817a
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 (