禁用启用代理

This commit is contained in:
刘嘉伟 2024-09-05 10:36:19 +08:00
parent 714043c9ec
commit e53ab2ff44

View File

@ -47,7 +47,8 @@ const defaultForm = ref<Proxy>({
serverName: "",
secretKey: "",
bindAddr: "",
bindPort: null
bindPort: null,
status: true
});
/**