refactor: 报错代码调整

This commit is contained in:
meilin.huang
2023-12-13 17:32:17 +08:00
parent 73986a834c
commit 0b5ab090a4
8 changed files with 35 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
</template>
<script lang="ts">
import { defineComponent, reactive, toRefs, onMounted, onBeforeMount, onUnmounted, nextTick, getCurrentInstance } from 'vue';
import { defineComponent, reactive, toRefs, onMounted, onBeforeMount, onUnmounted, nextTick } from 'vue';
import { useRoute } from 'vue-router';
import mittBus from '@/common/utils/mitt';
export default defineComponent({