From 22f558363f391cf0d3447a68ebd82e8f67b14da7 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 25 Aug 2021 15:01:04 +0800
Subject: [PATCH] 多组件合并唯一     添加全局数据   方便维护

---
 src/api/system/user.js |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/src/api/system/user.js b/src/api/system/user.js
index 14e597d..98e08cd 100644
--- a/src/api/system/user.js
+++ b/src/api/system/user.js
@@ -118,3 +118,14 @@
     }
   })
 }
+
+export const zc = (username, password) => {
+  return request({
+    url: '/api/blade-user/zc',
+    method: 'get',
+    params: {
+      username,
+      password,
+    }
+  })
+}

--
Gitblit v1.9.3