From 886ce995aff3f14368661edf9f59fccdcb3bb2a4 Mon Sep 17 00:00:00 2001
From: wugh <328043740@qq.com>
Date: Mon, 21 Dec 2020 11:58:15 +0800
Subject: [PATCH] [bug修复] 解决get请求,如果参数值为false或0等特殊值会导致无法正确传参
---
ruoyi-ui/package.json | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index f87c171..6f07a95 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "3.2.1",
+ "version": "3.3.0",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
@@ -44,11 +44,11 @@
"element-ui": "2.14.1",
"file-saver": "2.0.4",
"fuse.js": "6.4.3",
+ "highlight.js": "10.4.1",
"js-beautify": "1.13.0",
"js-cookie": "2.2.1",
"jsencrypt": "3.0.0-rc.1",
"nprogress": "0.2.0",
- "path-to-regexp": "6.2.0",
"quill": "1.3.7",
"screenfull": "5.0.2",
"sortablejs": "1.10.2",
--
Gitblit v1.9.2