From 1a87ee7c196e2d5d17dbe7a8a29d36858ccaed98 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Tue, 22 Dec 2020 16:19:51 +0800
Subject: [PATCH] 防止get请求参数值为false或0等特殊值会导致无法正确的传参 Merge pull request !146 from wugh/hotfix/gitee-issue_I2A5FU
---
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