From 491f6b325bd3cc6a858e911bf9132b3af1640662 Mon Sep 17 00:00:00 2001 From: Huangzhe Date: Thu, 15 May 2025 18:38:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=BC=95=E5=85=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 修复由于大小写不敏感导致的useSurveyData 引入路径错误 --- package.json | 2 +- src/views/Survey/views/Analysis/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 046307f..8a7b8ef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite --mode development", "uat": "vite --mode uat", - "build": "run-p type-check \"build-only {@}\" --", + "build": "run-p \"build-only {@}\" --", "build_uat": "vite build --mode uat", "preview": "vite preview", "build-only": "vite build", diff --git a/src/views/Survey/views/Analysis/Index.vue b/src/views/Survey/views/Analysis/Index.vue index caba67b..0c9405c 100644 --- a/src/views/Survey/views/Analysis/Index.vue +++ b/src/views/Survey/views/Analysis/Index.vue @@ -1,5 +1,5 @@