ZZJ
2022-01-28 ccee5f79043769c13d304343a40c46a3de4e9d17
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() {