完善小程序

This commit is contained in:
xuqiuyun
2025-10-09 17:59:26 +08:00
parent 74b2edb510
commit f88383425f
46 changed files with 3477 additions and 185 deletions

View File

@@ -37,7 +37,7 @@ alwaysApply: true
- 运维文档.md
- 安全文档.md
- 用户手册文档.md
7. DB_DIALECT || 'mysql',
7. 养殖端的数据库信息为:DB_DIALECT || 'mysql',
DB_HOST = '129.211.213.226',
DB_PORT = 9527,
DB_DATABASE = 'nxxmdata',
@@ -51,4 +51,10 @@ DB_PASSWORD = 'aiotAiot123!',
13. 不要修改前后端端口号。发现端口占用先杀死端口再打开不要修改端口号。规定死保险端的后端端口为3000前端端口为3001.
14. 每次运行命令都要先看项目规则。
15. PowerShell不支持&&操作符,请使用;符号1. 请保持对话语言为中文
16. 开发养殖端微信小程序时后端的API接口全部请求到https://ad.ningmuyun.com/
16. 开发养殖端微信小程序时后端的API接口全部请求到https://ad.ningmuyun.com/
17. 保险端的数据库信息为DB_DIALECT || 'mysql',
DB_HOST = '129.211.213.226',
DB_PORT = 9527,
DB_DATABASE = 'insurance_data',
DB_USER = 'root',
DB_PASSWORD = 'aiotAiot123!',