From 1371c6e7014e84807c407c41db1e6a2dff844279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E5=95=A6C=E6=A2=A6?= <15709267061@163.com> Date: Tue, 27 May 2025 19:01:22 +0800 Subject: [PATCH] update --- package.json | 1 + pnpm-lock.yaml | 8 ++++ src/App.vue | 12 ++++- src/components/Chat/Information.vue | 46 +++++++++++++++++-- src/hooks/useTableQuery.js | 4 +- .../exemption-from-audit-review.vue | 12 ++++- .../pages/message-center/message-review.vue | 11 +++++ .../pages/communication-center/index.vue | 3 +- src/pinia/SystemStore/index.js | 8 +++- src/router/index.js | 8 ++-- src/router/routes.js | 2 - 11 files changed, 99 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 2deac9e..b9c556b 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "axios": "^1.8.4", "crypto-js": "^4.2.0", "dayjs": "^1.11.13", + "lodash": "^4.17.21", "pinia": "^3.0.2", "pinia-plugin-persistedstate": "^4.2.0", "plyr": "^3.7.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e4a1318..fbfef05 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,6 +20,9 @@ importers: dayjs: specifier: ^1.11.13 version: 1.11.13 + lodash: + specifier: ^4.17.21 + version: 4.17.21 pinia: specifier: ^3.0.2 version: 3.0.2(vue@3.5.13) @@ -1914,6 +1917,9 @@ packages: lodash.debounce@4.0.8: resolution: {integrity: sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==} + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} @@ -4593,6 +4599,8 @@ snapshots: lodash.debounce@4.0.8: {} + lodash@4.17.21: {} + lru-cache@10.4.3: {} lru-cache@5.1.1: diff --git a/src/App.vue b/src/App.vue index ee983d3..e058cca 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,14 @@ - +