fix: Fix the issue where the website app deployment fails (#11301)

This commit is contained in:
CityFun 2025-12-11 17:03:03 +08:00 committed by GitHub
parent 3aedb7e82d
commit 2d1792c6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -482,6 +482,9 @@ const initData = () => ({
memoryUnit: 'MB', memoryUnit: 'MB',
containerName: '', containerName: '',
allowPort: false, allowPort: false,
format: 'utf8mb4',
collation: '',
}, },
IPV6: false, IPV6: false,
enableFtp: false, enableFtp: false,