heyujie
2022-06-23 f4cca0629cb3b7ceeeb1aa07a403a303835be4b3
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() {