mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
fix: 删除 nmcli 命令缺失弹窗提示
This commit is contained in:
@@ -115,7 +115,7 @@ export const otgNetworkApi = {
|
||||
|
||||
status: () => request<OtgNetworkStatus>('/otg/network/status'),
|
||||
|
||||
interfaces: () => request<NetworkInterfaceInfo[]>('/devices/network'),
|
||||
interfaces: () => request<NetworkInterfaceInfo[]>('/devices/network', {}, { toastOnError: false }),
|
||||
}
|
||||
|
||||
export const otgConfigApi = {
|
||||
|
||||
Reference in New Issue
Block a user