ZZJ
2022-01-27 27f5dec30ee350fa31b1a0b8aaffc11ba0423e28
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() {