From f854d2164c70bc4e9726fb18ef67f699417c3d4f Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Fri, 2 Jul 2021 18:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81-=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=88=97=E8=A1=A8-=E5=A4=B4=E5=83=8F=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/forge/DevOps/Structure.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/forge/DevOps/Structure.jsx b/src/forge/DevOps/Structure.jsx index 5bfe00621..52ac16820 100644 --- a/src/forge/DevOps/Structure.jsx +++ b/src/forge/DevOps/Structure.jsx @@ -2,7 +2,7 @@ import React, { useState, useEffect , useImperativeHandle ,forwardRef } from "re import { FlexAJ, AlignCenter , Banner } from "../Component/layout"; import { Table, Pagination, Popconfirm } from "antd"; import { truncateCommitId } from "../common/util"; -import {getUrl} from 'educoder'; +import { getImageUrl } from 'educoder'; import axios from "axios"; import { Link } from 'react-router-dom'; @@ -245,7 +245,7 @@ function Structure(props,ref){ {meg.sha && {meg.sha}} - +
{meg.message}