修改前端开发环境配置

This commit is contained in:
不做码农
2021-12-05 18:17:05 +08:00
parent a51fb7d71a
commit 6622ea12e9
4 changed files with 13 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
ENV = 'development'
# ZR管理系统/开发环境
VUE_APP_BASE_API = 'http://localhost:8888/'
VUE_APP_BASE_API = '/dev-api'
# 路由前缀
VUE_APP_ROUTER_PREFIX = '/'