forked from Gitlink/forgeplus-react
Merge pull request '个人建站域名修正' (#592) from durian/forgeplus-react:gitlink_server into pre_gitlink_server
This commit is contained in:
commit
293715d9f2
|
|
@ -5,7 +5,7 @@ import SelectBranch from '../../../forge/Branch/Select';
|
|||
import './index.scss';
|
||||
|
||||
function Pages(props) {
|
||||
const {current_user, history, form, projectDetail, defaultBranch, isManager} = props;
|
||||
const {current_user, history, form, projectDetail, defaultBranch, isManager, mygetHelmetapi:{site_page_deploy_domain}} = props;
|
||||
const { owner , projectsId } = props.match.params;
|
||||
const {id_card_verify} = current_user;
|
||||
const { getFieldDecorator, validateFieldsAndScroll } = form;
|
||||
|
|
@ -126,7 +126,7 @@ function Pages(props) {
|
|||
/>
|
||||
)}
|
||||
<span style={{wordBreak: 'break-all'}}>
|
||||
http://{current_user.login}.kingchan.cn/{tag}
|
||||
http://{current_user.login}.{site_page_deploy_domain}/{tag}
|
||||
</span>
|
||||
</Form.Item>
|
||||
<Form.Item name="建站工具" label="建站工具">
|
||||
|
|
|
|||
Loading…
Reference in New Issue