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/f5001e398ef49734f957338def846568d1c815aa/bin/package.bat
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
@echo off
|
|
|
|
|
echo.
|
|
|
|
|
echo [<5B><>Ϣ] <20><>װWeb<65><62><EFBFBD>̣<EFBFBD><CCA3><EFBFBD><EFBFBD><EFBFBD>node_modules<65>ļ<EFBFBD><C4BC><EFBFBD>
|
|
|
|
|
echo.
|
|
|
|
|
|
|
|
|
|
%~d0
|
|
|
|
|
cd %~dp0
|
|
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
npm install --registry=https://registry.npmmirror.com
|
|
|
|
|
|
|
|
|
|
pause
|