xieyonghong 3 лет назад
Родитель
Сommit
c6615a7670
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/device/Instance/Save/index.tsx

+ 1 - 1
src/pages/device/Instance/Save/index.tsx

@@ -16,7 +16,7 @@ interface Props {
   data?: Partial<DeviceInstance>;
   data?: Partial<DeviceInstance>;
 }
 }
 
 
-const defaultImage = require('/public/images/device-type-3-big.png');
+const defaultImage = '/images/device-product.png';
 
 
 const Save = (props: Props) => {
 const Save = (props: Props) => {
   const { visible, close, data } = props;
   const { visible, close, data } = props;