ruoyi-element-ai icon indicating copy to clipboard operation
ruoyi-element-ai copied to clipboard

🎨🎨🎨 Vue3.5 + Element-Plus-X1.2 + ruoyiAI,推出仿豆包/通义,企业级AI-PC端应用模版,助力企业快速搭建-全栈AI项目

Results 12 ruoyi-element-ai issues
Sort by recently updated
recently updated
newest added

- 修改前效果 - 修改后效果 ## Summary by CodeRabbit * **Bug Fixes** * Prevented errors when opening chats with invalid or missing IDs. * Stabilized the “thinking” state during streamed replies...

# npm resolution error report While resolving: [email protected] Found: [email protected] node_modules/typescript-api-pro dev typescript-api-pro@"^0.0.7" from the root project Could not resolve dependency: peer typescript-api-pro@"^0.0.6" from [email protected] node_modules/vue-element-plus-x vue-element-plus-x@"1.3.0" from the root...

编译后如何部署呢 build后我在iis下部署,浏览立即转到/chat了。如果页面刷新,则页面不会显示了。如果是vscode下调试,则没这个问题 另,如果有二级目录,更不行了。 请教哪些设置这些问题呢

这里的路径写错了

希望支持复制粘贴上传

这个地方会导致删除的旧数据被保留下来。后面抽空再看看,先记录一下

#9 修复 requestSessionList 列表删除后前端列表未刷新的 bug ## Summary by CodeRabbit * **Bug Fixes** * Fixed an issue where deleted sessions were not immediately removed from the session list. * **Documentation** *...

- 在 .env.development 文件中设置 VITE_API_URL 为 http://localhost:6039 - 在 src/utils/request.ts 中将请求的 baseURL 改为 VITE_WEB_BASE_API - 在 vite.config.ts 中添加开发环境代理配置,将 /dev-api 代理到 VITE_API_URL