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