Files
Yi.Admin/Yi.Vue/.env.development

4 lines
124 B
Plaintext
Raw Normal View History

2021-10-10 17:10:35 +08:00
#接口服务地址
2021-10-11 21:50:50 +08:00
VUE_APP_SERVICE_URL='https://localhost:44329/api'
2021-10-10 17:10:35 +08:00
#开发环境路径前缀
VUE_APP_BASE_API='/dev-apis'