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/branch/dev/bin/run-web.bat
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
@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
|