From bc827ef37731948c0643499cfa9dcb98df85c77e Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期一, 02 十二月 2019 16:03:18 +0800
Subject: [PATCH] 无法匹配到的页面返回跳转至404页,防止整个页面显示空白

---
 ruoyi-ui/package.json |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index ae3a5c3..ceb331e 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ruoyi",
-  "version": "1.1.0",
+  "version": "2.0.0",
   "description": "若依管理系统",
   "author": "若依",
   "license": "MIT",
@@ -40,7 +40,7 @@
     "url": "https://gitee.com/y_project/RuoYi-Vue.git"
   },
   "dependencies": {
-    "@riophae/vue-treeselect": "0.1.0",
+    "@riophae/vue-treeselect": "0.4.0",
     "vue-quill-editor": "3.0.6",
     "vue-cropper": "0.4.9",
     "axios": "0.18.1",
@@ -48,6 +48,7 @@
     "element-ui": "2.11.1",
     "fuse.js": "3.4.4",
     "js-cookie": "2.2.0",
+    "jsencrypt": "3.0.0-rc.1",
     "normalize.css": "7.0.0",
     "nprogress": "0.2.0",
     "path-to-regexp": "2.4.0",

--
Gitblit v1.9.2