huangning
2026-07-17 9ad42b5c22880b21c09897a5c249d48909c2a3ad
1
2
3
4
5
6
@echo off
cd /d "%~dp0"
echo Starting Sales CRM demo on http://127.0.0.1:8090/
start "" http://127.0.0.1:8090/
node work\crm_full_server.js
pause