From f9799cd4446dfebc1327a5329675d2b7771d243e Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 31 Mar 2020 16:40:26 +0800
Subject: [PATCH] 修复时间格式不支持ios问题
---
ruoyi-ui/package.json | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 6992044..923126c 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
@@ -44,7 +44,7 @@
"axios": "0.18.1",
"clipboard": "2.0.4",
"echarts": "4.2.1",
- "element-ui": "2.11.1",
+ "element-ui": "2.13.0",
"file-saver": "2.0.1",
"js-beautify": "^1.10.2",
"fuse.js": "3.4.4",
@@ -56,7 +56,7 @@
"screenfull": "4.2.0",
"vue": "2.6.10",
"vue-count-to": "1.0.13",
- "vue-quill-editor": "3.0.6",
+ "vue-quill-editor": "3.0.6",
"vue-cropper": "0.4.9",
"vue-router": "3.0.2",
"vue-splitpane": "1.0.4",
--
Gitblit v1.9.2