修复部署配置,确保正确显示主页面

- 修正 package.json 中的服务器启动路径
- 更新快速启动脚本的访问地址提示
- 更新文档中的访问URL为完整路径
- 确保服务器从项目根目录启动而非public目录
This commit is contained in:
KQL
2025-08-24 14:15:14 +08:00
parent 9bd3e6c4a4
commit e8fd104bf7
6 changed files with 16 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ cd agent
quick-start.bat
```
项目将自动在 `http://127.0.0.1:5175` 启动
项目将自动在 `http://127.0.0.1:5175` 启动,并打开 `linear-workflow.html` 页面
---
@@ -73,7 +73,9 @@ npm run serve
### 5. 访问应用
在浏览器中访问:`http://127.0.0.1:5175`
在浏览器中访问:`http://127.0.0.1:5175/linear-workflow.html`
或者如果使用 `npm run dev`,浏览器会自动打开
---