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/6ce0d0a755272a8743f41e034c67d8e106347ba3/.eslintignore You should set ROOT_URL correctly, otherwise the web may not work correctly.
hyp-front/.eslintignore

10 lines
298 B

1 year ago
# 忽略build目录下类型为js的文件的语法检查
build/*.js
# 忽略src/assets目录下文件的语法检查
src/assets
# 忽略public目录下文件的语法检查
public
# 忽略当前目录下为js的文件的语法检查
*.js
# 忽略当前目录下为vue的文件的语法检查
*.vue