ArvinQi 6 년 전
부모
커밋
b42d2a0252
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 }