From 0c0fa2483fd431104f6498e40fffd983d913dce2 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Tue, 25 Apr 2023 17:11:09 +0800
Subject: [PATCH] 修改
---
src/api/basic/room/index.ts | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/src/api/basic/room/index.ts b/src/api/basic/room/index.ts
index 0e6f055..034b54d 100644
--- a/src/api/basic/room/index.ts
+++ b/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',
+ });
+ },
+
};
}
--
Gitblit v1.9.2