feat:三个窗口接口联调版本
This commit is contained in:
@@ -84,6 +84,7 @@ onMounted(() => {
|
||||
|
||||
<Header />
|
||||
<Main />
|
||||
|
||||
<FloatWindow
|
||||
v-if="agentsStore.planModificationWindow"
|
||||
title="任务大纲探索"
|
||||
@@ -91,6 +92,7 @@ onMounted(() => {
|
||||
>
|
||||
<PlanModification />
|
||||
</FloatWindow>
|
||||
|
||||
<FloatWindow
|
||||
v-if="agentsStore.planTaskWindow"
|
||||
title="任务过程探索"
|
||||
|
||||
Reference in New Issue
Block a user