Browse Source

chore: 数据标注https

pull/163/head
cp3hnu 1 year ago
parent
commit
dbf99c2cfc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/src/components/IFramePage/index.tsx

+ 1
- 1
react-ui/src/components/IFramePage/index.tsx View File

@@ -18,7 +18,7 @@ export enum IframePageType {
const getRequestAPI = (type: IframePageType): (() => Promise<any>) => {
switch (type) {
case IframePageType.DatasetAnnotation:
return () => Promise.resolve({ code: 200, data: 'https://172.20.32.83:8080/' }); //getLabelStudioUrl;
return () => Promise.resolve({ code: 200, data: 'http://172.20.32.181:8000/label-studio/' }); //getLabelStudioUrl;
case IframePageType.AppDevelopment:
return () => Promise.resolve({ code: 200, data: 'http://172.20.32.185:30080/' });
case IframePageType.DevEnv:


Loading…
Cancel
Save