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

21 lines
619 B
Plaintext

###
# @Description:
# @Autor: 飘泊客
# @Date: 2023-02-13 18:25:04
# @LastEditors: 飘泊客
# @LastEditTime: 2023-06-21 15:15:11
###
ENV = 'development'
# 接口地址 http://8.130.96.163:8899
VUE_APP_BASE_API = 'http://8.130.96.163:8899'
#VUE_APP_BASE_API = 'http://172.18.0.225:8899xy'
#VUE_APP_BASE_API = 'http://172.18.0.228:8899ts'
#VUE_APP_BASE_API = 'http://172.18.1.8:8899jt'
# VUE_APP_BASE_API = 'http://8.130.96.163:8899'
VUE_APP_BASE_IMG = 'https://baiyee.vip'
VUE_APP_WS_API = 'wss://baiyee.vip'
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true