소스 검색

feat(merge): merge xyh

Next xyh
Lind 3 년 전
부모
커밋
b6514b60e4
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      src/components/ProTableCard/CardItems/product.tsx

+ 2 - 3
src/components/ProTableCard/CardItems/product.tsx

@@ -3,11 +3,10 @@ import React from 'react';
 import type { ProductItem } from '@/pages/device/Product/typings';
 import { BadgeStatus } from '@/components';
 import { StatusColorEnum } from '@/components/BadgeStatus';
-import '@/style/common.less';
-import { useIntl } from '@@/plugin-locale/localeExports';
 import { getMenuPathByParams, MENUS_CODE } from '@/utils/menu';
 import { ModelEnum } from '@/pages/device/Product/Detail';
-import { Link } from '@umijs/preset-dumi/lib/theme';
+import { Link, useIntl } from 'umi';
+import '../index.less';
 
 export interface ProductCardProps extends ProductItem {
   actions?: React.ReactNode[];