This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
feat: 集成coze
dev-zw
zhaowei
5 months ago
parent
c113972061
commit
a8a52eb83a
2 changed files
with
21 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
react-ui/config/routes.ts
+9
-0
react-ui/src/pages/Coze/index.tsx
+ 12
- 0
react-ui/config/routes.ts
View File
@@ -607,6 +607,18 @@ export default [
},
],
},
{
name: 'coze',
path: '/coze',
routes: [
{
name: '智能体编排',
path: '',
key: 'coze',
component: './Coze/index',
},
],
},
{
name: 'mixed',
path: '/mixed',
+ 9
- 0
react-ui/src/pages/Coze/index.tsx
View File
@@ -0,0 +1,9 @@
import IframePage from '@/components/IFramePage';
function Coze() {
return (
<IframePage url="http://36.103.199.102:18010/space/7542403354794655744/develop"></IframePage>
);
}
export default Coze;
Write
Preview
Loading…
Cancel
Save