Browse Source

Merge pull request '合并dev-zw' (#163) from dev-zw into dev

dev-complex-computation
cp3hnu 1 year ago
parent
commit
9753b215b6
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>) => { const getRequestAPI = (type: IframePageType): (() => Promise<any>) => {
switch (type) { switch (type) {
case IframePageType.DatasetAnnotation: 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: case IframePageType.AppDevelopment:
return () => Promise.resolve({ code: 200, data: 'http://172.20.32.185:30080/' }); return () => Promise.resolve({ code: 200, data: 'http://172.20.32.185:30080/' });
case IframePageType.DevEnv: case IframePageType.DevEnv:


Loading…
Cancel
Save