From 510599c58f6c61cafb8e80a260352285ee2108af Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 25 Nov 2024 16:39:42 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen
---
src/api/firmInfo/firmInfo.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/api/firmInfo/firmInfo.js b/src/api/firmInfo/firmInfo.js
index bbaa0c3..0577614 100644
--- a/src/api/firmInfo/firmInfo.js
+++ b/src/api/firmInfo/firmInfo.js
@@ -17,4 +17,13 @@
method: 'get',
params,
})
+}
+
+export const getPage = (params) => {
+ const url = `/yw/firmInfo/page`
+ return request({
+ url,
+ method: 'get',
+ params,
+ })
}
\ No newline at end of file
--
Gitblit v1.9.3