回滚一行代码。

pull/295/head
王良 2024-04-13 21:12:49 +08:00
parent 6dd761e584
commit e6255539c6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const serverApi = {
}
serverConfig.plugin = allConfig.plugin
if (allConfig.proxy) {
if (allConfig.proxy && allConfig.proxy.enabled) {
serverConfig.proxy = allConfig.proxy
}