This commit is contained in:
luke 2025-06-16 10:44:06 +08:00
parent c98cf90704
commit 260b843eb8

View File

@ -5,7 +5,7 @@ const uploadList = document.getElementById("uploadList");
const folderNameInput = document.getElementById("folderName"); const folderNameInput = document.getElementById("folderName");
const bucketNameInput = document.getElementById("bucketName"); const bucketNameInput = document.getElementById("bucketName");
const API_UPLOAD = "http://localhost:18081/api/v1/doc/upload-files"; const API_UPLOAD = "http://app.wisdompulse.cn/api/v1/doc/upload-files";
dropArea.addEventListener("click", () => fileElem.click()); dropArea.addEventListener("click", () => fileElem.click());
dropArea.addEventListener("dragover", e => { dropArea.addEventListener("dragover", e => {