src/views/exception/components/DustExceptionText.vue
@@ -35,7 +35,6 @@ .then((result) => { //将返回的结果传递给父组件 this.$emit('submitExceptionData', result.data.data); // this.$emit('subloading',false) }); } } @@ -51,7 +50,5 @@ color: #333333; font-size: 14px; } // .text:hover{ // color: #2876aa; // } </style>