heyujie
2021-11-25 3da82371b3826dc047f8c30fb0b5fb6ef3aff46e
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);
    },