线上加载过慢问题

This commit is contained in:
hanchaobo
2024-02-29 14:49:56 +08:00
parent e0bb8cde42
commit 811f169ddd
348 changed files with 33731 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause