diff --git a/app.vue b/app.vue index 9093c9e..88dda5d 100644 --- a/app.vue +++ b/app.vue @@ -509,7 +509,7 @@ import axios from "axios" export default { name: "#answer-app", async setup() { - const author = "cb8ef16ff29a8a00d62c999146c539ad" + const author = "c1fb97e6994539d87922b1b60c09d43c" const $ajax = (url, data) => { url = url.indexOf("//") > -1 ? url : baseURL + url return new Promise(function (resolve, reject) { diff --git a/components/commentList.vue b/components/commentList.vue index 95c2caf..d598883 100644 --- a/components/commentList.vue +++ b/components/commentList.vue @@ -1,5 +1,42 @@