zhouwx
2024-05-15 17d6a920c0f0b3a14db536fd1f7f5d3431cc048a
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',
         });
      },
   };
}