heyujie
2022-06-09 57226aedd6b28f5683b206cef7d74a3251c792ea
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() {