From 03c1ffc86409d939875af372795b5d37cbe07d1f Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期六, 22 六月 2024 14:39:36 +0800
Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx

---
 api/auth.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/api/auth.js b/api/auth.js
index 72195ac..db38798 100644
--- a/api/auth.js
+++ b/api/auth.js
@@ -25,3 +25,7 @@
 export function getCompanyInfo(data) {
 	return http.get(`/system/company/${data.companyId}`, {params: data});
 }
+// 鏌ヨ鎯犱紒鏀跨瓥
+export function docList(data) {
+	return http.get(`/system/doc/list`, {params: data});
+}
\ No newline at end of file

--
Gitblit v1.9.1