From 82a55b75b8e7beccb1785075bf2071afbf7e6d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=94=E8=B7=91=E7=9A=84=E9=9D=A2=E6=9D=A1?= <1262327911@qq.com> Date: Thu, 15 Sep 2022 11:48:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E9=9D=9E=20window=20?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=89=93=E5=8C=85=E8=B7=AF=E5=BE=84=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/packages/components/Charts/Mores/Point/index.ts | 2 +- vite.config.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/packages/components/Charts/Mores/Point/index.ts b/src/packages/components/Charts/Mores/Point/index.ts index 4e4f3453..69ca4b38 100644 --- a/src/packages/components/Charts/Mores/Point/index.ts +++ b/src/packages/components/Charts/Mores/Point/index.ts @@ -1,4 +1,4 @@ -import image from '@/assets/images/chart/charts/Point.png' +import image from '@/assets/images/chart/charts/point.png' import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d' import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d' diff --git a/vite.config.ts b/vite.config.ts index 8c941c37..0332dbde 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -17,11 +17,11 @@ export default defineConfig({ alias: [ { find: /\/#\//, - replacement: pathResolve('types') + '/' + replacement: pathResolve('types') }, { find: '@', - replacement: pathResolve('src') + '/' + replacement: pathResolve('src') } ], dedupe: ['vue']