mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-08 01:20:07 +08:00
fix: 解决切换运行环境之后 PHP 高级设置还存在的问题 (#3771)
Refs https://github.com/1Panel-dev/1Panel/issues/3762
This commit is contained in:
parent
e3666d17a3
commit
6aa9a95971
@ -520,6 +520,7 @@ const changeRuntimeType = () => {
|
|||||||
runtimeReq.value.status = 'normal';
|
runtimeReq.value.status = 'normal';
|
||||||
} else {
|
} else {
|
||||||
runtimeReq.value.status = 'running';
|
runtimeReq.value.status = 'running';
|
||||||
|
website.value.appinstall.advanced = false;
|
||||||
}
|
}
|
||||||
website.value.runtimeID = undefined;
|
website.value.runtimeID = undefined;
|
||||||
getRuntimes();
|
getRuntimes();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user