fix: 处理打包警告,处理命名问题

This commit is contained in:
ZhuRui
2026-07-30 17:16:29 +08:00
parent c57273296f
commit 6b7a0fd284
6 changed files with 66 additions and 13 deletions
+1 -1
View File
@@ -4,6 +4,6 @@
*/
export { default as HelloWorld } from './HelloWorld';
export { default as ChangePasswordModal } from './ChangePasswordModal';
export { default as PageTabs } from './PageTabs/PageTabs';
export { default as PageTabs } from './pageTabs';
export { StatusTag } from './StatusTag';
export type { StatusTagTone } from './StatusTag';
@@ -12,7 +12,7 @@ import { LeftOutlined, RightOutlined } from '@ant-design/icons-vue';
import type { TabView } from '@/types';
import { useState } from '@/hooks';
import { renderRouteIcon } from '@/utils/routeIcon';
import styles from './PageTabs.module.less';
import styles from './style.module.less';
const SCROLL_STEP = 240;