From e6fa03ed1165dc79344aa19c327a6d76bec2c87d Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 6 Jan 2025 22:09:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E6=B5=8Bbug=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 6 ++++++ src/pages/health/statistic/healthStatistic/index.vue | 2 +- yarn.lock | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index b8f24bd..ee86f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,6 +33,7 @@ "@ttou/uview-typings": "^2.0.5", "clipboard": "^2.0.11", "dayjs": "^1.11.9", + "jsencrypt": "3.3.1", "mqtt": "4.1.0", "pinia": "^2.0.36", "pinia-plugin-persist": "^1.0.0", @@ -9618,6 +9619,11 @@ } } }, + "node_modules/jsencrypt": { + "version": "3.3.1", + "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz", + "integrity": "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw==" + }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz", diff --git a/src/pages/health/statistic/healthStatistic/index.vue b/src/pages/health/statistic/healthStatistic/index.vue index 2e164fc..d0c6597 100644 --- a/src/pages/health/statistic/healthStatistic/index.vue +++ b/src/pages/health/statistic/healthStatistic/index.vue @@ -196,7 +196,7 @@ 发烧天数: - {{ item.feverDayCount+" 次"}} + {{ item.feverDayCount+" 天"}} diff --git a/yarn.lock b/yarn.lock index 5df762e..be5a14b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4977,6 +4977,11 @@ "ws" "^7.4.6" "xml-name-validator" "^3.0.0" +"jsencrypt@3.3.1": + "integrity" "sha512-dVvV54GdFuJgmEKn+oBiaifDMen4p6o6j/lJh0OVMcouME8sST0bJ7bldIgKBQk4za0zyGn0/pm4vOznR25mLw==" + "resolved" "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.3.1.tgz" + "version" "3.3.1" + "jsesc@^2.5.1": "integrity" "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" "resolved" "https://registry.npmmirror.com/jsesc/-/jsesc-2.5.2.tgz"