Browse Source

回退代理

pull/56/head
fanshuai 1 year ago
parent
commit
97674ed047
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      react-ui/src/pages/DatasetPreparation/DatasetAnnotation/index.tsx

+ 2
- 1
react-ui/src/pages/DatasetPreparation/DatasetAnnotation/index.tsx View File

@@ -16,9 +16,10 @@ function DatasetAnnotation() {
};
return (
<div className={styles.container}>
<iframe src="http://172.20.32.181:31213/label-studio" className={styles.frame}></iframe>
{iframeUrl && <iframe src={iframeUrl} className={styles.frame}></iframe>}
</div>
);
}

export default DatasetAnnotation;


Loading…
Cancel
Save