Explorar el Código

feat(merge): merge xyh

Next xyh
Lind hace 3 años
padre
commit
b6514b60e4
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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[];