讨论显示字数
This commit is contained in:
2
app.vue
2
app.vue
@@ -511,7 +511,7 @@ import axios from "axios";
|
||||
export default {
|
||||
name: "#answer-app",
|
||||
async setup() {
|
||||
const author = "5d4072190743671262d47cfc469f852f";
|
||||
const author = "034d01f3ab7e7c248d7cfdf8fdb96915";
|
||||
const $ajax = (url, data) => {
|
||||
url = url.indexOf("//") > -1 ? url : baseURL + url;
|
||||
return new Promise(function (resolve, reject) {
|
||||
|
||||
Reference in New Issue
Block a user