heyujie
2022-01-27 811b23ae17e269871a7c1524de5d796b0d0d72eb
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() {