From 68edca7409736705db50504b003cba66bb4ccd6e Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 08 八月 2023 11:08:50 +0800
Subject: [PATCH] 1.新增用户组管理
---
package.json | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index ff7656c..cdcf9ff 100644
--- a/package.json
+++ b/package.json
@@ -14,8 +14,10 @@
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
+ "@microsoft/signalr": "^7.0.9",
"axios": "0.18.1",
"core-js": "3.6.5",
+ "cronstrue": "^2.28.0",
"dayjs": "^1.11.5",
"echarts": "^5.3.2",
"element-ui": "^2.15.6",
@@ -29,14 +31,18 @@
"postcss-px2rem": "^0.3.0",
"qrcode": "^1.5.0",
"qrcodejs2": "0.0.2",
+ "vcrontab": "^0.3.5",
"vue": "2.6.10",
"vue-count-to": "^1.0.13",
+ "vue-cron": "^1.0.9",
+ "vue-cron-editor-buefy": "^0.2.17",
"vue-easy-print": "0.0.8",
"vue-print-nb": "^1.7.5",
"vue-router": "3.0.6",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
+ "@aspnet/signalr": "^1.0.27",
"@vue/cli-plugin-babel": "4.4.4",
"@vue/cli-plugin-eslint": "4.4.4",
"@vue/cli-plugin-unit-jest": "4.4.4",
--
Gitblit v1.9.3