From 61de247a7922b17f53edeb4fcd1cb3e96b12bafd Mon Sep 17 00:00:00 2001
From: huangzhen <867127663@qq.com>
Date: Tue, 25 Apr 2023 11:56:03 +0800
Subject: [PATCH] 措施和事件查询去除@RequestBody
---
src/main/resources/static/ruoyi/index.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/static/ruoyi/index.js b/src/main/resources/static/ruoyi/index.js
index ca86571..3343f47 100644
--- a/src/main/resources/static/ruoyi/index.js
+++ b/src/main/resources/static/ruoyi/index.js
@@ -3,7 +3,7 @@
* Copyright (c) 2019 ruoyi
*/
layer.config({
- extend: 'moon/style.css',
+ extend: 'moon/stats.css',
skin: 'layer-ext-moon'
});
--
Gitblit v1.9.2