1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-31 14:08:06 +08:00

fix: 解决切换运行环境之后 PHP 高级设置还存在的问题 (#3771)

Refs https://github.com/1Panel-dev/1Panel/issues/3762
This commit is contained in:
zhengkunwang 2024-02-01 14:21:40 +08:00 committed by GitHub
parent e3666d17a3
commit 6aa9a95971
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -520,6 +520,7 @@ const changeRuntimeType = () => {
runtimeReq.value.status = 'normal';
} else {
runtimeReq.value.status = 'running';
website.value.appinstall.advanced = false;
}
website.value.runtimeID = undefined;
getRuntimes();