马宇豪
2025-04-16 724474543053bf6cf4ab9e8d14065e3d3b13a8ea
src/api/basic/room/index.ts
@@ -41,5 +41,12 @@
         });
      },
      getAllType: () => {
         return request({
            url: import.meta.env.VITE_API_URL + '/basic/select/listSiteType',
            method: 'get',
         });
      },
   };
}