qq_41295110
2026-01-16 cbc2fe74fb54aad814695982c2987e064696f540
src/views/component/gyGroup/index.vue
@@ -111,7 +111,7 @@
      let sWhere = "";
      this.loading = true;
      axios
        .get(this.baseURL + "/Gy_Group/list", {
        .get(this.$baseUrl + "/Gy_Group/list", {
          params: { sWhere: sWhere, user: this.user },
        })
        .then((response) => {