2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

fix: 前端优化

This commit is contained in:
2026-01-10 18:52:39 +08:00
parent abe1b709c9
commit 1d2ba12696

View File

@@ -24,7 +24,7 @@ const createModel = ref({
db_password: '',
remark: '',
php: 0,
php: null,
proxy: ''
})
@@ -74,7 +74,7 @@ const handleCreate = async () => {
db_password: '',
path: '',
remark: '',
php: 0,
php: null,
proxy: ''
}
})