From dd7a9850e338b2d084578308b9ae48b02d1ecc72 Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: 星期五, 10 七月 2020 18:28:20 +0800
Subject: [PATCH] !39 角色权限修改时已有权限未自动勾选异常修复 Merge pull request !39 from 严俊东/N/A

---
 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 b16824b..b41c859 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,11 +1,11 @@
 {
   "name": "ruoyi",
-  "version": "2.1.0",
+  "version": "2.3.0",
   "description": "若依管理系统",
   "author": "若依",
   "license": "MIT",
   "scripts": {
-    "dev": "vue-cli-service serve",
+    "dev": "vue-cli-service serve --open",
     "build:prod": "vue-cli-service build",
     "build:stage": "vue-cli-service build --mode staging",
     "preview": "node build/index.js --preview",
@@ -54,6 +54,7 @@
     "nprogress": "0.2.0",
     "path-to-regexp": "2.4.0",
     "screenfull": "4.2.0",
+    "sortablejs": "1.8.4",
     "vue": "2.6.10",
     "vue-count-to": "1.0.13",
     "vue-quill-editor": "3.0.6",

--
Gitblit v1.9.2