dashboard
repositories
filestore
activity
search
login
o3hb
/
sales-crm
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
docs: 收口员工改密与旧版可恢复备份
huangning
2026-07-18
c8c5a62d62b9ad05cfa0b5e026496b56a735a18f
[o3hb/sales-crm.git]
/
start_crm.bat
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