mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-26 15:41:47 +08:00
fix: 解决切换运行环境之后 PHP 高级设置还存在的问题 (#3771)
Refs https://github.com/1Panel-dev/1Panel/issues/3762
This commit is contained in:
parent
e3666d17a3
commit
6aa9a95971
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue