From f58023dfef76f4cd0b5e3b38e3acd4c15631acbd Mon Sep 17 00:00:00 2001 From: Spark <2666652@gmail.com> Date: Sat, 12 Oct 2024 01:20:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RollCallClient/{src => }/.gitignore | 0 RollCallClient/{src => }/index.html | 0 RollCallClient/{src => }/jsconfig.json | 0 RollCallClient/{src => }/package-lock.json | 6 ------ RollCallClient/{src => }/package.json | 0 RollCallClient/{src => }/vite.config.js | 0 6 files changed, 6 deletions(-) rename RollCallClient/{src => }/.gitignore (100%) rename RollCallClient/{src => }/index.html (100%) rename RollCallClient/{src => }/jsconfig.json (100%) rename RollCallClient/{src => }/package-lock.json (99%) rename RollCallClient/{src => }/package.json (100%) rename RollCallClient/{src => }/vite.config.js (100%) diff --git a/RollCallClient/src/.gitignore b/RollCallClient/.gitignore similarity index 100% rename from RollCallClient/src/.gitignore rename to RollCallClient/.gitignore diff --git a/RollCallClient/src/index.html b/RollCallClient/index.html similarity index 100% rename from RollCallClient/src/index.html rename to RollCallClient/index.html diff --git a/RollCallClient/src/jsconfig.json b/RollCallClient/jsconfig.json similarity index 100% rename from RollCallClient/src/jsconfig.json rename to RollCallClient/jsconfig.json diff --git a/RollCallClient/src/package-lock.json b/RollCallClient/package-lock.json similarity index 99% rename from RollCallClient/src/package-lock.json rename to RollCallClient/package-lock.json index 5baea3f..0f113a9 100644 --- a/RollCallClient/src/package-lock.json +++ b/RollCallClient/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.7.7", - "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "element-plus": "^2.8.4", "pinia": "^2.2.4", @@ -976,11 +975,6 @@ "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/crypto-js": { - "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" - }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", diff --git a/RollCallClient/src/package.json b/RollCallClient/package.json similarity index 100% rename from RollCallClient/src/package.json rename to RollCallClient/package.json diff --git a/RollCallClient/src/vite.config.js b/RollCallClient/vite.config.js similarity index 100% rename from RollCallClient/src/vite.config.js rename to RollCallClient/vite.config.js