Files
ruoyi-vue/.env.development
2026-04-07 02:23:46 +08:00

17 lines
441 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 页面标题
VUE_APP_TITLE=Jarvis
# 开发环境配置
ENV=development
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES=true
# 前端请求前缀(与 axios baseURL 一致);由 vue.config.js devServer 代理到下方后端
VUE_APP_BASE_API=/jarvis-api
# 仅 npm run dev 时生效webpack 将 /jarvis-api 代理到该地址(可改为本机或其它局域网 IP
VUE_APP_DEV_PROXY_TARGET=http://192.168.8.88:30313
port=8888