fix: set-wifi
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m0s

This commit is contained in:
sexygoat
2026-04-27 09:59:01 +08:00
parent 819fe9080a
commit 2a33434005
6 changed files with 13 additions and 13 deletions

View File

@@ -222,7 +222,7 @@ export function useAssetOperations(cardInfo: Ref<any>, refreshAssetFn?: () => Pr
*/
const setWiFi = async (form: {
card_no: string
enabled: number
enabled: boolean
ssid: string
password: string
}) => {