office开启强制保存按钮

This commit is contained in:
kuaifan 2022-04-22 08:23:03 +08:00
parent b1cbf6f893
commit 864af174f7

View File

@ -196,6 +196,8 @@ export default {
},
"customization": {
"uiTheme": this.themeIsDark ? "theme-dark" : "theme-classic-light",
"forcesave": true,
"help": false,
},
"callbackUrl": `http://nginx/api/file/content/office?id=${fileKey}&token=${this.userToken}`,
}