Files
yidaima_tools/bat/run_admin.bat

8 lines
80 B
Batchfile
Raw Normal View History

2026-04-10 14:37:23 +08:00
@echo off
chcp 65001 >nul
cd /d D:\code\front\manage_code
npm run serve
pause