3个需求处理和插件通信组件引入(和插件共用的一个ts)
This commit is contained in:
+8
-7
@@ -7,18 +7,19 @@
|
||||
<!-- 主内容区域 -->
|
||||
<div class="agent-page__content" v-loading="pageLoading" element-loading-text="加载中...">
|
||||
<!-- 准备向导 — 第1步到第4步-->
|
||||
<AgentSetupWizard
|
||||
<!-- <AgentSetupWizard
|
||||
v-if="!pageLoading && showSetupWizard"
|
||||
:initial-config="agentConfig"
|
||||
@complete="handleSetupComplete"
|
||||
@launch="handleLaunch"
|
||||
/> -->
|
||||
<AgentSetupWizard
|
||||
v-if="true"
|
||||
:initial-config="agentConfig"
|
||||
@complete="handleSetupComplete"
|
||||
@launch="handleLaunch"
|
||||
/>
|
||||
<!-- <AgentSetupWizard-->
|
||||
<!-- v-if="true"-->
|
||||
<!-- :initial-config="agentConfig"-->
|
||||
<!-- @complete="handleSetupComplete"-->
|
||||
<!-- @launch="handleLaunch"-->
|
||||
<!-- />-->
|
||||
|
||||
|
||||
<!-- 求职助手正式内容区域 -->
|
||||
<div v-else-if="!pageLoading" class="agent-main">
|
||||
|
||||
Reference in New Issue
Block a user