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"