mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-11 03:55:26 +08:00
修复ui路径404的问题
This commit is contained in:
@@ -83,6 +83,7 @@ func initServerCfg() {
|
||||
Cfg.DbFile = getAbsPath(base, Cfg.DbFile)
|
||||
Cfg.CertFile = getAbsPath(base, Cfg.CertFile)
|
||||
Cfg.CertKey = getAbsPath(base, Cfg.CertKey)
|
||||
Cfg.UiPath = getAbsPath(base, Cfg.UiPath)
|
||||
Cfg.DownFilesPath = getAbsPath(base, Cfg.DownFilesPath)
|
||||
|
||||
if len(Cfg.JwtSecret) < 20 {
|
||||
|
Reference in New Issue
Block a user