新讨论测试

This commit is contained in:
A1300399510
2025-02-17 19:00:34 +08:00
parent d45e8484a5
commit 08fd75e930
4 changed files with 314 additions and 27 deletions

View File

@@ -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) {