office 默认亮色

This commit is contained in:
aipaw 2021-12-21 01:41:18 +08:00
parent f7d75b830c
commit 497289fe69

View File

@ -138,6 +138,9 @@ export default {
"id": this.userInfo.userid, "id": this.userInfo.userid,
"name": this.userInfo.nickname "name": this.userInfo.nickname
}, },
"customization": {
"uiTheme": "theme-classic-light",
},
"callbackUrl": 'http://nginx/api/file/content/office?id=' + this.value.id + '&token=' + this.userToken, "callbackUrl": 'http://nginx/api/file/content/office?id=' + this.value.id + '&token=' + this.userToken,
} }
}; };