duhe
2026-01-16 70a0ddfff13ca0cf225a636d21164714bff5f0af
src/views/component/gyDorm/index.vue
@@ -116,7 +116,7 @@
      this.loading = true;
      let Value = "";
      axios
        .get(this.baseURL + "/Web/GetDormList_Json", {
        .get(this.$baseUrl + "/Web/GetDormList_Json", {
          params: { Dorm: Value },
        })
        .then((response) => {