This commit is contained in:
橙子
2022-04-26 11:17:53 +08:00
parent d01c3ff9ca
commit acb1c6cc99
8 changed files with 79 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#接口服务地址
VUE_APP_SERVICE_URL='https://localhost:19001/api'
VUE_APP_SERVICE_URL='http://localhost:19001/api'
#开发环境路径前缀
VUE_APP_BASE_API='/dev-apis'