From 930a9ca564874cd9bbb36424a79f50327b229767 Mon Sep 17 00:00:00 2001 From: flower-string <2178503051@qq.com> Date: Wed, 5 Mar 2025 20:43:03 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E4=BF=AE=E6=94=B9=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/package.json | 12 ++- ruoyi-ui/src/views/login.vue | 193 +++++++++++++++++++++++++---------- 2 files changed, 145 insertions(+), 60 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index c53f2fc..6ef7fc2 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -41,18 +41,22 @@ "bpmn-js-token-simulation": "0.10.0", "clipboard": "2.0.8", "core-js": "3.25.3", + "diagram-js": "^15.2.4", "echarts": "5.4.0", "element-ui": "2.15.12", "file-saver": "2.0.5", "fuse.js": "6.4.3", "highlight.js": "10.5.0", + "husky": "^9.1.7", "js-beautify": "1.13.0", "js-cookie": "3.0.1", "jsencrypt": "3.0.0-rc.1", "nprogress": "0.2.0", "quill": "1.3.7", "screenfull": "5.0.2", + "serve-static": "^1.16.2", "sortablejs": "1.10.2", + "throttle-debounce": "^5.0.2", "v-emoji-picker": "^2.3.3", "vue": "2.6.12", "vue-count-to": "1.0.13", @@ -70,6 +74,9 @@ "@vue/cli-service": "4.4.6", "babel-eslint": "10.1.0", "babel-plugin-dynamic-import-node": "2.3.3", + "bpmn-js": "7.5.0", + "bpmn-js-properties-panel": "0.37.2", + "camunda-bpmn-moddle": "4.4.1", "chalk": "4.1.0", "compression-webpack-plugin": "5.0.2", "connect": "3.6.6", @@ -81,10 +88,7 @@ "sass-loader": "10.1.1", "script-ext-html-webpack-plugin": "2.1.5", "svg-sprite-loader": "5.1.1", - "vue-template-compiler": "2.6.12", - "bpmn-js": "7.5.0", - "bpmn-js-properties-panel": "0.37.2", - "camunda-bpmn-moddle": "4.4.1" + "vue-template-compiler": "2.6.12" }, "engines": { "node": ">=8.9", diff --git a/ruoyi-ui/src/views/login.vue b/ruoyi-ui/src/views/login.vue index a87ca95..fd9279b 100644 --- a/ruoyi-ui/src/views/login.vue +++ b/ruoyi-ui/src/views/login.vue @@ -1,59 +1,66 @@