细节修改

This commit is contained in:
caishi 2021-04-09 22:45:05 +08:00
parent eb6ba8edb7
commit 1617626774
2 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,7 @@ function Index() {
//
function init() {
const url = `/api/ci/pipelines/ssh_server.json`;
const url = `/ci/pipelines/ssh_server.json`;
axios.get(url).then(result=>{
if(result && result.data){
setSshConfigData({...result.data})

View File

@ -22,10 +22,9 @@ function Index(props) {
<div className="firstPanel">
<div className="firstPaneltxt">
<div>
<p>实践前沿研发理念先进研发工具为一体的软件开发平台</p>
<p>集协同开发资源共享运行评估于一体的在线科研服务平台</p>
<p>
Software development platform integrating practice, cutting-edge R
& D concept and advanced R & D tools
Research Service Platform Integrating Collaborative Development, Resource Sharing and Runtime Evaluation Tools
</p>
</div>
</div>