Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/blame/commit/42d3dc75f20363651a1151c387fe933c8f2a90e9/bin/run-web.bat You should set ROOT_URL correctly, otherwise the web may not work correctly.
hyp-front/bin/run-web.bat

12 lines
107 B

1 year ago
@echo off
echo.
echo [<5B><>Ϣ] ʹ<><CAB9> Vue CLI <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Web <20><><EFBFBD>̡<EFBFBD>
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause