From f5389299d31e2236d399e48cfc1b09e5dd16f4c1 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 20 三月 2023 10:01:39 +0800
Subject: [PATCH] 1.看板样式优化

---
 src/api/user.js |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/api/user.js b/src/api/user.js
index f0834d2..319f928 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -7,10 +7,11 @@
     params: data
   })
 }
-export function LoginMenu() {
+export function LoginMenu(data) {
   return request({
     url: 'Login/LoginMenu',
-    method: 'get'
+    method: 'get',
+    params: data
   })
 }
 

--
Gitblit v1.9.3