mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 06:47:20 +08:00
fix: 前端优化
This commit is contained in:
@@ -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: ''
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user