Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
859 views
in Technique[技术] by (71.8m points)

请问vue项目如何配置多个VUE_APP_BASE_API?

我在.env.development中加了一个VUE_IM_BASE_API的变量,通过process.env.VUE_IM_BASE_API获取,但是拿不到,请问该如何配置呢?
image
谢谢!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

https://cli.vuejs.org/zh/guide/mode-and-env.html#在客户端侧代码中使用环境变量
必须VUE_APP_开头
VUE_APP_IM_BASE_API
process.env.VUE_APP_IM_BASE_API


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

62 comments

56.5k users

...