Files
webs/power_leasing/.env.staging

16 lines
318 B
Plaintext
Raw Normal View History

2025-09-26 16:40:38 +08:00
# 页面标题
VUE_APP_TITLE = m2pool
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 测试环境
2025-10-31 14:09:58 +08:00
VUE_APP_BASE_API = 'http://10.168.2.220:8888'
# VUE_APP_BASE_API = 'https://test.m2pool.com/api/'
2025-09-26 16:40:38 +08:00
VUE_APP_BASE_URL = 'https://test.m2pool.com/'
2025-10-31 14:09:58 +08:00
2025-09-26 16:40:38 +08:00
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true