zhangzengfei
2021-11-24 1159a4d4a8e1883c9101aa3d6d95db1d9e073ddb
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);
    },