minishouyin/doc/README-启动.md
LIUFL a094f55890 docs: 整理文档并删除测试脚本
将文档统一整理到doc目录下,删除不再需要的测试脚本和临时文件
2025-11-12 16:12:40 +08:00

37 lines
820 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 迷你收银台系统 - 启动指南
## 快速启动
### 推荐方式
双击运行 `启动系统.bat`
### 手动启动
1. 启动服务器:`node start-server-fixed.js`
2. 启动Electron`node start-electron-safe.js`
## 故障排除
### 启动失败
1. 运行诊断:`node diagnose.js`
2. 修复产品API`node simple-products.js`
3. 检查端口:`netstat -ano | findstr :3000`
### 乱码问题
1. 使用PowerShell而不是命令提示符
2. 或运行:`chcp 65001`
## 登录信息
- 管理员admin / admin123
- 收银员cashier1 / cashier123
## 系统要求
- Windows 7/8/10/11
- Node.js 16.x或更高版本
- 至少4GB内存
- 至少1GB可用磁盘空间
## 技术支持
如遇问题,请提供:
1. 完整错误信息
2. Node.js版本`node --version`
3. 诊断输出:`node diagnose.js`