This commit is contained in:
雷欧(林平凡)
2025-10-09 11:31:05 +08:00
parent 9f70082ed6
commit 73e132a648
2 changed files with 1 additions and 4 deletions

View File

@@ -4,11 +4,9 @@ VUE_APP_TITLE = Jarvis
# 开发环境配置
ENV = 'development'
# Jarvis/开发环境
VUE_APP_BASE_API = ''
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
# VUE_APP_BASE_API = 'http://134.175.126.60:30313'
VUE_APP_BASE_API = 'http://134.175.126.60:30313'
# VUE_APP_BASE_API = 'http://127.0.0.1:30313'
port = 8888

View File

@@ -5,7 +5,6 @@ VUE_APP_TITLE = Jarvis
ENV = 'production'
# Jarvis/生产环境
VUE_APP_BASE_API = ''
VUE_APP_BASE_API = 'http://134.175.126.60:30313'
port = 8888