rk
2026-05-13 3e210fac9492b90e21ca9bf76c1d9a8fda1f4388
1
2
3
4
5
6
7
# 生产环境配置
NODE_ENV = 'production'
 
# 关闭DEBUG
VUE_APP_DEBUG = 'off'
 
VUE_APP_API_URL  = 'https://test.doumee.cn/lianhelihua_interface'