This commit is contained in:
caishi 2020-12-29 16:28:08 +08:00
parent 1bab0b01f7
commit 033134fa83
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export function getmyUrl(geturl) {
}
export function getUploadActionUrl(path, goTest) {
return `${getUrl()}/api/attachments.json?debug=${window._debugType || 'admin'}`;
return `${getUrl()}/api/attachments.json`;
}
export function getUploadLogoActionUrl() {