From 655698fc92c698766083d3f80fdf2a8e2875ea80 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期五, 18 十一月 2022 16:02:57 +0800
Subject: [PATCH] 消息部分修改

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

diff --git a/src/api/users.js b/src/api/users.js
index 681a6bf..e8ee262 100644
--- a/src/api/users.js
+++ b/src/api/users.js
@@ -1,4 +1,10 @@
 import axios from "axios";
+import http from "@/http";
+
 export default {
   login: (data) => axios.post('/sccg/admin/login', data),
+
+  getMessageAuditList: (params) => {
+    return http.get('/sccg/message_column_set/getUserColumnSet', params);
+  }
 };      
\ No newline at end of file

--
Gitblit v1.8.0