forked from Gitlink/forgeplus-react
意见反馈仓库信息更换成/Gitlink/forgeplus,issue指派成员更换成36480
This commit is contained in:
parent
f463b20de7
commit
bf4ef7023d
|
@ -79,7 +79,7 @@ function SiderBar() {
|
|||
{/* 平台反馈 */}
|
||||
<Tooltip title="意见反馈" placement={"left"} overlayClassName="tooltipBox">
|
||||
<div className="consult">
|
||||
<a href={login ? `/test-3/Gitlink/issues/new?type=feedback`:`/login?go_page=/test-3/Gitlink/issues/new?type=feedback`}>
|
||||
<a href={login ? `/Gitlink/forgeplus/issues/new?type=feedback`:`/login?go_page=/Gitlink/forgeplus/issues/new?type=feedback`}>
|
||||
<i className="iconfont icon-yijianfankui2"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -104,7 +104,7 @@ class order_form extends Component {
|
|||
let data ={
|
||||
//指派给段甲生,类型:缺陷,优先度:正常,issue状态:新增
|
||||
tracker_id: "1",
|
||||
assigned_to_id: "105",
|
||||
assigned_to_id: "36480",
|
||||
priority_id: "2",
|
||||
status_id: "1",
|
||||
description:"####问题描述\n\n\n####重现问题步骤\n\n\n####截图\n\n\n####建议解决办法\n",
|
||||
|
|
Loading…
Reference in New Issue