zhouwx
2024-11-07 bfb8feb317f69b849994106025d9ef62eb34bd59
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',
         });
      },
   };
}