zhouwx
2025-01-07 eae2747b5ea8522e8ee52fb03c53a9fce2cdd744
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',
         });
      },
   };
}