Преглед изворни кода

升级core-js到最新版本3.19.1

RuoYi пре 4 година
родитељ
комит
0beecf7ea1

+ 1 - 1
ruoyi-common/ruoyi-common-log/src/main/java/com/ruoyi/common/log/aspect/LogAspect.java

@@ -144,7 +144,7 @@ public class LogAspect
144 144
         if (HttpMethod.PUT.name().equals(requestMethod) || HttpMethod.POST.name().equals(requestMethod))
145 145
         {
146 146
             String params = argsArrayToString(joinPoint.getArgs());
147
-            operLog.setOperParam(StringUtils.substring(params, 0, 1000));
147
+            operLog.setOperParam(StringUtils.substring(params, 0, 2000));
148 148
         }
149 149
     }
150 150
 

+ 1 - 1
ruoyi-ui/package.json

@@ -39,7 +39,7 @@
39 39
     "@riophae/vue-treeselect": "0.4.0",
40 40
     "axios": "0.24.0",
41 41
     "clipboard": "2.0.6",
42
-    "core-js": "3.8.1",
42
+    "core-js": "3.19.1",
43 43
     "echarts": "4.9.0",
44 44
     "element-ui": "2.15.6",
45 45
     "file-saver": "2.0.5",