原文档没有行号,但是通过url(callback)打开后,文档就会出现行号,要怎么解决这个问题?我希望能够通过配置,在通过url打开后,按照原文档的格式那样不显示行号。
您好,
使用的Document Server版本是什么?
打开所有文档时都出现这种情况,还是特定文档出现这种情况?如果特定文档出现这种情况,请把它发给我们。
另外,请向我们提供您的编辑器的初始化配置
Document Server版本是在哪里查?应该接近最新版。只有特定文档才会出现行号的问题。我将文档发送给你。顺便请你看看为什么批注没有显示(在文档中“三、租赁费用及支付方式” 处有批注)。
版本不知道是不是下面这个:
/*!
* Copyright (c) Ascensio System SIA 2024. All rights reserved
*
* http://www.onlyoffice.com
*
* Version: 8.0.1 (build:31)
*/
下面是我的配置,写在vue里面。
computed: {
config() {
return {
iframeOrigin:this.iframeOrigin,
documentType: ‘word’,
token: this.token,
type: "desktop",
height: "95%",
width: "100%",
document: {
key: this.excelKey,
title: this.title,
url: this.fileUrl,
info:{
"owner": "tianmao",
}
},
permissions: {
"chat": false,
"comment": false,
"edit": true,
"protect":false,
},
editorConfig: {
"lang": "zh",
"location": "",
"mode": this.mode,
"customization": {
// "anonymous": {
// "request": false,
// "label": "Guest"
// },
// 自动保存可以关闭,常规ctrl+s更好用
// "autosave": false,
"autosave": true,
"comments": true,
"compactHeader": true,
"compatibleFeatures": false,
"forcesave": true,
// "forcesave": false,
"hideRulers": false,
"compactToolbar": false,
"toolbarNoTabs": true,
"help": false,
// "integrationMode": "embed",
"logo": {
},
"macros": false,
"macrosMode": "警告",
"mentionShare": false,
"mobileForceView": true,
"plugins": false,
"toolbarHideFileName": false,
"toolbarNoTabs": false,
"showReviewChanges":false,
// "uiTheme": "theme-dark",
"unit": "厘米",
"zoom": 100,
"hideRightMenu": true,
"features": {
"spellcheck": {
"mode": false
}
}
},
"callbackUrl": this.callbackUrl,//"http://192.168.1.113:9628/information/center/webRelease/savess?id=40d065ab-13db-4683-8c30-e54efdad4ed5&sid=40d065ab-13db-4683-8c30-e54efdad4ed5",
"user": {
"name": this.user.name,
"id": this.user.id,
}
},
"events": {
"onDocumentReady": this.onDocumentReady,
"onDocumentStateChange":this.onDocumentStateChange,
"onRequestSaveAs":this.onRequestSaveAs
},
}
}
},
感谢您分享,正在分析,请稍等
您好,
我们重现了上述的问题,它与bug有关,打开那个文件时都会出现,在错误跟踪体统中注册了这个bug
你好,请问我要怎么跟踪这个问题解决。你们是不是有bug记录的链接,能否发出来让我跟踪问题解决。
没法分享链接,请等待我们通知。包含修正此错误的版本发布时我们肯定会通知您
好的。感谢111111
1 Like
您好,
通知您上面提到的bug在新8.2版本不重现,修正好了
respect 感谢支持修正
1 Like