Files
Yi.Admin/Yi.Vue2.x/.env.development

4 lines
123 B
Plaintext
Raw Normal View History

2022-04-26 01:34:47 +08:00
#接口服务地址
2022-04-26 11:17:53 +08:00
VUE_APP_SERVICE_URL='http://localhost:19001/api'
2022-04-26 01:34:47 +08:00
#开发环境路径前缀
VUE_APP_BASE_API='/dev-apis'