@@ -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 }