|
|
|
@@ -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: |
|
|
|
|