Skip to content

Commit

Permalink
chore: 修改面包屑链接
Browse files Browse the repository at this point in the history
  • Loading branch information
gozeon committed Mar 9, 2024
1 parent 410a1a0 commit 0ea7824
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/containers/Share/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Share extends React.Component {
{ name: "分享" },
{
name: this.props.curData.title,
href: `project/${this.props.curData.project_id}/interface/api/${this.props.curData._id}`,
href: `/project/${data.project_id}/interface/api/${data.interface_id}`,
},
]);

Expand Down
2 changes: 1 addition & 1 deletion static/prd/assets.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -183523,7 +183523,7 @@ webpackJsonp([0,4],[

this.props.setBreadcrumb([{ name: "分享" }, {
name: this.props.curData.title,
href: "project/" + this.props.curData.project_id + "/interface/api/" + this.props.curData._id
href: "/project/" + data.project_id + "/interface/api/" + data.interface_id
}]);

this.setState({ no_share: false });
Expand Down
Binary file not shown.

0 comments on commit 0ea7824

Please # to comment.