1.完成ai聊天页面新

This commit is contained in:
2025-08-14 11:42:34 +08:00
parent d3b5f50a2a
commit 114a30acb8
7 changed files with 881 additions and 42 deletions

View File

@@ -33,7 +33,6 @@
</view>
</view>
</view>
</workbench>
<!-- AI 悬浮按钮 -->
<view class="ai-hover" @click="toAI">
@@ -288,10 +287,10 @@
getImgUrl(name) {
return require('../../static/images/workbench/' + name + '.png');
},
//跳转到AI
toAI() {
uni.navigateTo({
url: '/pages/aiChat/ai_index'
url: '/pages/aiChat/simple_chat'
});
},