qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
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) => {