From 922f61e05bea32b2bfdd4f37ef502183dee11261 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Sun, 17 May 2020 15:53:45 +0800
Subject: [PATCH] 登录地点设置内容过长则隐藏显示
---
ruoyi-ui/src/api/system/config.js | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ruoyi-ui/src/api/system/config.js b/ruoyi-ui/src/api/system/config.js
index 6ed1050..124c981 100644
--- a/ruoyi-ui/src/api/system/config.js
+++ b/ruoyi-ui/src/api/system/config.js
@@ -49,4 +49,13 @@
url: '/system/config/' + configId,
method: 'delete'
})
+}
+
+// 导出参数
+export function exportConfig(query) {
+ return request({
+ url: '/system/config/export',
+ method: 'get',
+ params: query
+ })
}
\ No newline at end of file
--
Gitblit v1.9.2