heyujie
2022-01-26 b0ebd2e76df7ccd0cf5964021b049f07f8e81274
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() {