Browse Source

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

pull/225/head
cp3hnu 9 months ago
parent
commit
78a4d31a3f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      react-ui/src/components/IFramePage/index.tsx

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

@@ -43,11 +43,11 @@ const getRequestAPI = (type: IframePageType): (() => Promise<any>) => {
// 知识图谱
return () => Promise.resolve({ code: 200, data: `http://172.168.15.197:32701` });
case IframePageType.TensorBoard:
// 知识图谱
// TensorBoard
return () =>
Promise.resolve({
code: 200,
data: SessionStorage.getItem(SessionStorage.editorUrlKey),
data: SessionStorage.getItem(SessionStorage.tensorBoardUrlKey),
});
}
};


Loading…
Cancel
Save