heyujie
2021-11-25 f16fa7bddfcc4260144b1e4709751ad291fbc5f8
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() {