From cc077973898450d7bbb3d24717a36f166f22f38c Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期四, 25 四月 2024 15:21:21 +0800
Subject: [PATCH] 枚举接口编写与测试。

---
 Source/ProjectWeb/src/api/base/region.js |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/Source/ProjectWeb/src/api/base/region.js b/Source/ProjectWeb/src/api/base/region.js
index 9651b04..8eec65e 100644
--- a/Source/ProjectWeb/src/api/base/region.js
+++ b/Source/ProjectWeb/src/api/base/region.js
@@ -51,12 +51,4 @@
   })
 }
 
-export const getUIContent = (query) => {
-  return request({
-    url: '/api/webUIController/getUIContentByBtmTypeAndId',
-    method: 'get',
-    params: query,
-  });
-}
-
 

--
Gitblit v1.9.3