ZZJ
2022-05-31 337cef48da80230fcd1a4386d8927fb7e33a223b
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() {