From 5c0e57ab831a71a8456e4d7dedf454f85aa96491 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 27 六月 2023 15:06:53 +0800 Subject: [PATCH] 新增同时发信息给本级领导 --- package.json | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/package.json b/package.json index b2b1965..574e800 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,16 @@ }, "dependencies": { "ant-design-vue": "^1.7.7", + "axios": "^1.4.0", "core-js": "^3.6.5", "echarts": "^5.1.2", + "js-cookie": "^3.0.5", + "json-bigint": "^1.0.0", "moment": "^2.29.1", "quill-image-resize-module": "^3.0.0", + "style-resources-loader": "^1.5.0", "vue": "^2.6.11", + "vue-cli-plugin-style-resources-loader": "^0.1.5", "vue-quill-editor": "^3.0.6", "vue-router": "^3.2.0", "vuex": "^3.4.0" -- Gitblit v1.9.2