1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-13 17:24:44 +08:00

fix: 解决应用安装切换版本校验条件没变的问题 (#5205)

This commit is contained in:
zhengkunwang 2024-05-29 18:49:11 +08:00 committed by GitHub
parent 86d021cbfc
commit a4a66e1e18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -195,6 +195,8 @@ const handleParams = () => {
if (p.rule && p.rule != '') {
rules[p.envKey].push(Rules[p.rule]);
}
} else {
delete rules[p.envKey];
}
if (p.type === 'apps') {
getServices(p.child.envKey, p.default, p);