mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
🎨 通过域名 localhost 加载 https://github.com/siyuan-note/siyuan/issues/6381
This commit is contained in:
parent
0bc997051e
commit
cfb13f3b74
11 changed files with 14 additions and 14 deletions
|
|
@ -103,7 +103,7 @@ func Serve(fastMode bool) {
|
|||
rewritePortJSON(pid, port)
|
||||
}
|
||||
|
||||
logging.LogInfof("kernel [pid=%s] is booting [%s]", pid, "http://"+host+":"+port)
|
||||
logging.LogInfof("kernel [pid=%s] is booting [%s]", pid, "http://"+util.LocalHost+":"+port)
|
||||
util.HttpServing = true
|
||||
|
||||
go func() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue