You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
byhl-scrm/.env.development

25 lines
862 B
Plaintext

###
# @Description:
# @Autor: 飘泊客
# @Date: 2023-02-13 18:25:04
# @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
# @LastEditTime: 2023-10-10 10:21:00
###
ENV = 'development'
# 接口地址 http://8.130.96.163:8899
# 线上
VUE_APP_BASE_API = 'https://baiyee.vip'
# 测试
# VUE_APP_BASE_API = 'http://39.100.77.21:8899'
# VUE_APP_BASE_API = 'http://172.18.0.225:8899'//xy
# ts
# VUE_APP_BASE_API = 'http://172.18.0.228:8899'
#VUE_APP_BASE_API = 'http://172.18.1.8:8899jt'
VUE_APP_BASE_IMG = 'https://baiyee.vip'
# VUE_APP_BASE_IMG = 'http://39.100.77.21:8899'
VUE_APP_WS_API = 'wss://baiyee.vip'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true