ArvinQi 6 anni fa
parent
commit
b42d2a0252
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/cert/type/_id.vue

+ 1 - 1
pages/cert/type/_id.vue

@@ -146,7 +146,7 @@ export default {
   },
   async mounted() {
     if (!this.detail.description) {
-      let res = await $axios.$post(
+      let res = await this.$axios.$post(
         `/api/cert/getDetail`,
         { id: this.$route.params.id },
         { neverLogout: true }