This commit is contained in:
clay
2021-12-27 21:09:13 +08:00
parent a75166d228
commit 0e5f392ab9
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ ENV = 'development'
# EBTS/开发环境
#VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_API = 'http://localhost:8085/dev-api'
VUE_APP_BASE_API = 'http://localhost:8096/dev-api'
#VUE_APP_BASE_API = 'https://api.ebts.top/dev-api'
# 路由懒加载