bugfix: 聊天界面白屏
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<HeaderTitle hasSetting styleType="3" />
|
<HeaderTitle hasSetting styleType="3" />
|
||||||
</div>
|
</div>
|
||||||
<template>
|
|
||||||
<div class="content flex-1">
|
<div class="content flex-1">
|
||||||
<NoticeList
|
<NoticeList
|
||||||
ref="noticeListRef"
|
ref="noticeListRef"
|
||||||
@@ -18,7 +17,6 @@
|
|||||||
<div class="btn flex flex-center" @click="handleContinue">Continue</div>
|
<div class="btn flex flex-center" @click="handleContinue">Continue</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
@@ -306,5 +304,4 @@ const handleContinue = () => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user