解决冲突
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user