onlyofficebug

This commit is contained in:
hanchaobo
2024-05-11 16:08:46 +08:00
parent 61f6cd4742
commit 5918d71352
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -39,6 +39,9 @@ export default {
)
.then((res) => {
this.config = res.data;
this.config.editorConfig.callbackUrl = this.config.editorConfig.callbackUrl + "/" + id;
console.log(this.config,"OOOOOOOOOOOOOOOOOOOOOOOOOOO");
// this.config.callbackUrl = this.config.callbackUrl + `/${this.userId}`;
var docEditor = new DocsAPI.DocEditor("placeholder", this.config);
});