From 3b5046ce4755842d99fedb3afccecf220f57679c Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 14 Nov 2024 15:28:58 +0800
Subject: [PATCH] 首页查询接口及内容上图

---
 src/api/firmInfo/firmInfo.js |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/api/firmInfo/firmInfo.js b/src/api/firmInfo/firmInfo.js
new file mode 100644
index 0000000..bbaa0c3
--- /dev/null
+++ b/src/api/firmInfo/firmInfo.js
@@ -0,0 +1,20 @@
+/*
+ * @Author: shuishen 1109946754@qq.com
+ * @Date: 2024-11-12 11:34:22
+ * @LastEditors: shuishen 1109946754@qq.com
+ * @LastEditTime: 2024-11-12 11:34:55
+ * @FilePath: \bigScreen\src\api\panorama\dict.js
+ * @Description: 
+ * 
+ * Copyright (c) 2024 by shuishen, All Rights Reserved. 
+ */
+import request from 'utils/http'
+
+export const fuzzyQuery = (params) => {
+    const url = `/yw/firmInfo/fuzzyQuery`
+    return request({
+        url,
+        method: 'get',
+        params,
+    })
+}
\ No newline at end of file

--
Gitblit v1.9.3