heyujie
2021-12-22 ecf388a7953a10fe1ae8ee1a332c74ce40d782eb
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() {