From 228f1ddcac1cfdcc3f099097370b222c59ec8933 Mon Sep 17 00:00:00 2001 From: huanshuo-W <15258427350@163.com> Date: Tue, 15 Jul 2025 16:53:33 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E4=BF=AE=E6=AD=A3=E7=94=9F=E4=BA=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=9F=BA=E5=9C=B0=E5=9D=80Bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 2 -- vite.config.mts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 07a4466..6d2be93 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -8,9 +8,7 @@ export {} /* prettier-ignore */ declare module 'vue' { export interface GlobalComponents { - AppFooter: typeof import('./components/AppFooter.vue')['default'] BeltSpecificationCalculate: typeof import('./components/Modules/BeltSpecificationCalculate.vue')['default'] - HelloWorld: typeof import('./components/HelloWorld.vue')['default'] MultiLayerPaperTapeWidthAngleCalculate: typeof import('./components/Modules/MultiLayerPaperTapeWidthAngleCalculate.vue')['default'] PaperRollWeightLengthCalculate: typeof import('./components/Modules/PaperRollWeightLengthCalculate.vue')['default'] PaperTapeWidthAngleCalculate: typeof import('./components/Modules/PaperTapeWidthAngleCalculate.vue')['default'] diff --git a/vite.config.mts b/vite.config.mts index 7de3d58..205f1ab 100644 --- a/vite.config.mts +++ b/vite.config.mts @@ -96,5 +96,5 @@ export default defineConfig({ }, }, }, - base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/', + // base: process.env.NODE_ENV === 'production' ? '/calculator/' : '/', })