heyujie
2022-06-20 07db4702cc86f56e8da819674d717e5c0404e0ea
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() {