修改评论删除权限不出来问题

This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-03-21 18:54:50 +08:00
parent 4e0896d553
commit d594ab85cf
35 changed files with 4298 additions and 153 deletions

View File

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