diff --git a/src/views/error/index.vue b/src/views/error/index.vue index 536e8cc..b23e9f3 100644 --- a/src/views/error/index.vue +++ b/src/views/error/index.vue @@ -38,8 +38,10 @@ export default { } }, computed: {}, - created() { - this.getDatas() + mounted() { + setTimeout(() => { + this.getDatas() + }, 500) }, methods: { formatterData(data) {