zmc
2023-10-12 f3acb8ce787f3df0eda633031473be4e6a9ff448
src/sfc/ExceptionType.vue
@@ -27,9 +27,6 @@
  },
  mounted(){
    this.getShopName()
    setTimeout(() => {
        console.log(this.exceptionType);
    }, 1000);
  }
};
</script>