✨ 禁用启用代理
This commit is contained in:
parent
550c552643
commit
714043c9ec
@ -162,7 +162,8 @@ export const initConfigApi = win => {
|
|||||||
serverName: "",
|
serverName: "",
|
||||||
secretKey: m?.secretKey || "",
|
secretKey: m?.secretKey || "",
|
||||||
bindAddr: "",
|
bindAddr: "",
|
||||||
bindPort: null
|
bindPort: null,
|
||||||
|
status: m?.status || true
|
||||||
};
|
};
|
||||||
return rm;
|
return rm;
|
||||||
});
|
});
|
||||||
@ -184,7 +185,8 @@ export const initConfigApi = win => {
|
|||||||
serverName: m?.serverName,
|
serverName: m?.serverName,
|
||||||
secretKey: m?.secretKey || "",
|
secretKey: m?.secretKey || "",
|
||||||
bindAddr: m?.bindAddr,
|
bindAddr: m?.bindAddr,
|
||||||
bindPort: m?.bindPort
|
bindPort: m?.bindPort,
|
||||||
|
status: m?.status || true
|
||||||
};
|
};
|
||||||
return rm;
|
return rm;
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user