🐛 设置访问授权码后无法导出 PDF https://github.com/siyuan-note/siyuan/issues/5959
This commit is contained in:
parent
73e57dba1e
commit
51990554d1
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ func exportTempContent(c *gin.Context) {
|
|||
}
|
||||
url := path.Join("/export/temp/", filepath.Base(p))
|
||||
ret.Data = map[string]interface{}{
|
||||
"url": url,
|
||||
"url": "http://127.0.0.1:" + util.ServerPort + url,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue