forked from Gitlink/forgeplus-react
细节修改
This commit is contained in:
parent
eb6ba8edb7
commit
1617626774
|
@ -26,7 +26,7 @@ function Index() {
|
||||||
|
|
||||||
// 获取服务器连接信息
|
// 获取服务器连接信息
|
||||||
function init() {
|
function init() {
|
||||||
const url = `/api/ci/pipelines/ssh_server.json`;
|
const url = `/ci/pipelines/ssh_server.json`;
|
||||||
axios.get(url).then(result=>{
|
axios.get(url).then(result=>{
|
||||||
if(result && result.data){
|
if(result && result.data){
|
||||||
setSshConfigData({...result.data})
|
setSshConfigData({...result.data})
|
||||||
|
|
|
@ -22,10 +22,9 @@ function Index(props) {
|
||||||
<div className="firstPanel">
|
<div className="firstPanel">
|
||||||
<div className="firstPaneltxt">
|
<div className="firstPaneltxt">
|
||||||
<div>
|
<div>
|
||||||
<p>实践、前沿研发理念、先进研发工具为一体的软件开发平台</p>
|
<p>集协同开发、资源共享、运行评估于一体的在线科研服务平台</p>
|
||||||
<p>
|
<p>
|
||||||
Software development platform integrating practice, cutting-edge R
|
Research Service Platform Integrating Collaborative Development, Resource Sharing and Runtime Evaluation Tools
|
||||||
& D concept and advanced R & D tools
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue