## prod配置文件api改为测试服务器;

This commit is contained in:
jiangchao 2025-04-01 14:33:49 +08:00
parent 58932b9870
commit 44af535d20
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'