Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/wangxy/hyp-front/src/branch/dev-captcha/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

@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause