ZZJ
2021-11-26 51008f86bc9112b2da0e73f75e2c545f2c30e1e4
src/pages/settings/components/WifiGateway.vue
@@ -220,6 +220,7 @@
    async getlist() {
      const res = await getWifi();
      console.log(res);
      this.wifiForm = res.data;
    },
    async saveList() {