first commit
This commit is contained in:
12
.env.development
Normal file
12
.env.development
Normal file
@@ -0,0 +1,12 @@
|
||||
# 开发环境配置
|
||||
ENV = 'development'
|
||||
port = 9002
|
||||
# gfast管理系统/开发环境
|
||||
# VUE_APP_BASE_API = 'http://localhost:8200'
|
||||
# VUE_APP_BASE_API = 'http://192.168.2.22:8300'
|
||||
# VUE_APP_BASE_API = 'http://192.168.0.75:8300'
|
||||
# VUE_APP_BASE_API = 'http://192.168.0.75:8300'
|
||||
VUE_APP_BASE_API = 'https://jxhorizon.jxc4.com/'
|
||||
|
||||
# 路由懒加载
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
Reference in New Issue
Block a user