onlyofficebug
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user