kenaito-config-front/.env.development

16 lines
486 B
Plaintext
Raw Normal View History

2024-12-03 19:28:38 +08:00
ENV = 'development'
# 接口地址,注意协议,如果你没有配置 ssl需要将 https 改为 httpwss 改为 ws
# 默认接口地址SSO模块
2024-12-09 19:41:57 +08:00
VUE_APP_BASE_API = 'http://localhost:28010'
VUE_APP_WS_API = 'ws://localhost:28010'
2024-12-03 19:28:38 +08:00
# 扩展Base接口地址
2024-12-09 19:41:57 +08:00
VUE_APP_DEVOPS_BASE_API = 'http://localhost:28010'
2024-12-03 19:28:38 +08:00
# 扩展Ws接口地址
2024-12-09 19:41:57 +08:00
VUE_APP_DEVOPS_WS_API = 'ws://localhost:28010'
2024-12-03 19:28:38 +08:00
# 是否启用 babel-plugin-dynamic-import-node插件
VUE_CLI_BABEL_TRANSPILE_MODULES = true