切换详情重置初始值

This commit is contained in:
A1300399510
2025-02-07 11:59:53 +08:00
parent 1e84686deb
commit 0276323583
14 changed files with 69 additions and 63 deletions

View File

@@ -505,7 +505,7 @@ import axios from "axios"
export default {
name: "#answer-app",
async setup() {
const author = "45dc0464f1c1d77cabdf93c1c79b1045"
const author = "a9934f7e95bac82b27a44cccb03fd129"
const $ajax = (url, data) => {
url = url.indexOf("//") > -1 ? url : baseURL + url
return new Promise(function (resolve, reject) {