zhangzengfei
2021-11-24 e921f14f600ed33bb24c921968a048a0b39e882c
src/pages/settings/components/WifiGateway.vue
@@ -223,6 +223,7 @@
    },
    async saveList() {
      this.wifiForm.powerRate = `${this.wifiForm.powerRate}`;
      const res = await saveWifi(this.wifiForm);
      console.log(res);
    },