ZZJ
2021-11-22 0611cb8ea1fe07bfb3312aeebad54a95bf425f8f
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);
    },