From 892065003d2c43b8d32c152aa0da2b9518e1fb2f Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Thu, 29 Jul 2021 10:38:34 +0800
Subject: [PATCH] 修复导出含params属性对象参数问题
---
ruoyi-ui/package.json | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index dd80be8..37cdefb 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi",
- "version": "2.4.0",
+ "version": "3.0.0",
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
@@ -33,7 +33,7 @@
],
"repository": {
"type": "git",
- "url": "https://gitee.com/y_project/RuoYi-Vue.git"
+ "url": "https://gitee.com/y_project/RuoYi-Cloud.git"
},
"dependencies": {
"@riophae/vue-treeselect": "0.4.0",
@@ -41,7 +41,7 @@
"clipboard": "2.0.6",
"core-js": "3.8.1",
"echarts": "4.9.0",
- "element-ui": "2.14.1",
+ "element-ui": "2.15.3",
"file-saver": "2.0.4",
"fuse.js": "6.4.3",
"highlight.js": "9.18.5",
@@ -56,6 +56,7 @@
"vue-count-to": "1.0.13",
"vue-cropper": "0.5.5",
"vue-router": "3.4.9",
+ "vue-meta": "^2.4.0",
"vuedraggable": "2.24.3",
"vuex": "3.6.0"
},
--
Gitblit v1.9.3