mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-07 10:40:26 +08:00
自定义页面增加是否“启用系统自定义页面”选项
This commit is contained in:
@@ -506,6 +506,8 @@ func (this *HTTPRequest) configureWeb(web *serverconfigs.HTTPWebConfig, isTop bo
|
||||
}
|
||||
|
||||
// pages
|
||||
this.web.EnableGlobalPages = web.EnableGlobalPages
|
||||
|
||||
if len(web.Pages) > 0 {
|
||||
this.web.Pages = web.Pages
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user