Bläddra i källkod

fix: 解决文件夹名称大小写问题

奔跑的面条 3 år sedan
förälder
incheckning
df7e07c3e8

+ 1 - 1
src/packages/components/Tables/Tables/TableCategory/index.ts

@@ -1,4 +1,4 @@
-import image from '@/assets/images/chart/Tables/tables_categary.png'
+import image from '@/assets/images/chart/tables/tables_categary.png'
 import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
 import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
 

+ 1 - 1
src/packages/components/Tables/Tables/TableList/index.ts

@@ -1,4 +1,4 @@
-import image from '@/assets/images/chart/Tables/tables_list.png'
+import image from '@/assets/images/chart/tables/tables_list.png'
 import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
 import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'
 

+ 1 - 1
src/packages/components/Tables/Tables/tableCommon/index.ts

@@ -1,4 +1,4 @@
-import image from '@/assets/images/chart/Tables/tables.png'
+import image from '@/assets/images/chart/tables/tables.png'
 import { ConfigType, PackagesCategoryEnum } from '@/packages/index.d'
 import { ChatCategoryEnum, ChatCategoryEnumName } from '../../index.d'