mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
删除 debuger
This commit is contained in:
parent
1cf83be980
commit
8d9bfdfafb
@ -110,8 +110,6 @@ export function parseforwardAddress(addr) {
|
||||
|
||||
// Daemon 端的 ws 地址转换成 http 地址
|
||||
export function daemonWsAddressToHttp(wsAddr = "") {
|
||||
// eslint-disable-next-line no-debugger
|
||||
debugger;
|
||||
if (wsAddr.toLocaleLowerCase().indexOf("ws://") === 0) {
|
||||
return `http://${wsAddr.slice(5)}`;
|
||||
} else if (wsAddr.toLocaleLowerCase().indexOf("wss://") === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user