chore(env): update env api

This commit is contained in:
ywk 2025-04-09 16:23:54 +08:00
parent 60fe77fd6c
commit adde07d79d
2 changed files with 2 additions and 2 deletions

View File

@ -23,5 +23,5 @@ ENV = 'development'
#VUE_APP_BASE_API = 'http://192.168.31.159:8080'
#测试
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
VUE_APP_BASE_API = 'http://t-mana.beida413.com/prod-api'
# VUE_APP_BASE_API = 'http://127.0.0.1:8080'

View File

@ -2,7 +2,7 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = 'http://60.205.203.247/prod-api'
VUE_APP_BASE_API = 'http://t-mana.beida413.com/prod-api'
# 打包:
# npm run build:prod