解决冲突

This commit is contained in:
Teo
2025-06-27 18:49:19 +08:00
14 changed files with 2186 additions and 3 deletions

View File

@ -88,10 +88,10 @@ export default defineComponent({
} else if (type == 'ppt' || type == 'pptx') {
documentType = 'slide'; //演示文档文件
}
console.log(documentType, obj.fileSuffix, baseURL + state.postUrl + '?path=' + obj.filePath);
console.log(documentType, obj.fileSuffix.substring(1), obj.fileUrl);
new CXO_API.CXEditor('box_app_edit', {
document: {
fileType: obj.fileSuffix.substring(1),
fileType: obj.fileSuffix,
key: documentKey,
title: obj.fileName,
url: obj.fileUrl