secret_repository_tab

dev_cs
hjm 6 years ago
parent 29e31216c7
commit c9582775ed

@ -145,7 +145,7 @@ class TPMRepositoryComponent extends Component {
const path = urlNewPathArray.join('/')
let id = this.props.match.params.shixunId;
let url = `/shixuns/${id}/${this.props.secret_repository ? 'secret_repository' : 'repository'}.json`;
let url = `/shixuns/${id}/${this.props.secret_repository_tab ? 'secret_repository' : 'repository'}.json`;
// this.props.setLoadingContent(true)
axios.post(url, {
path: path ? path : ''

Loading…
Cancel
Save