diff --git a/public/index.html b/public/index.html index 09bc09804..6c674f7cd 100755 --- a/public/index.html +++ b/public/index.html @@ -12,7 +12,7 @@ - + diff --git a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx index 5f98ba90e..06598ca08 100644 --- a/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx +++ b/src/forge/SecuritySetting/bot/exploit/configuration/compenent/basicInformation.jsx @@ -54,7 +54,7 @@ function BasicInformation(props){ ...botDetail, ...fieldsValue, bot_id: parseInt(id), - logo: imageId ? '/api/attachments/'+imageId : '/api/attachments/347240' + logo: imageId ? '/api/attachments/'+imageId : '/api/attachments/347246' } registerUpdateBot(params).then(res=>{ if(res && res.code === 200){ diff --git a/src/forge/SecuritySetting/bot/exploit/index.jsx b/src/forge/SecuritySetting/bot/exploit/index.jsx index 9247c33a0..814dc8478 100644 --- a/src/forge/SecuritySetting/bot/exploit/index.jsx +++ b/src/forge/SecuritySetting/bot/exploit/index.jsx @@ -4,7 +4,7 @@ import './index.scss'; import { Link } from "react-router-dom"; import { getImageUrl } from 'educoder'; import { getMyBot, getTransferToBot, receiveTransferBot, refuseTransferBot } from "../../../../softbot/api"; -import nullBot from '../../../../softbot/image/notBot.png'; +import nullBot from '../../../../softbot/image/notBot1.png'; import moment from "moment"; function ExploitBot(props){ @@ -94,7 +94,7 @@ function ExploitBot(props){ })} - :
您当前暂未注册任何Bot