From 5d5e4a13c4a7c29d6c19c79fdff54f1825fd6af7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 12 七月 2023 17:04:30 +0800
Subject: [PATCH] 1.实现周期任务demo
---
package.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index ff7656c..edd9c99 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"dependencies": {
"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,8 +30,11 @@
"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",
--
Gitblit v1.9.3