修改请求域名

This commit is contained in:
wuhui_zzw 2023-12-19 16:59:15 +08:00
parent b9ca1d1700
commit 822289c299
2 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@ ENV = 'development'
# base api
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
#VUE_APP_BASE_API = 'https://mer1.crmeb.net'
VUE_APP_BASE_API = 'https://bt.test.cdlfjy.com'
VUE_APP_BASE_API = 'https://zc.test.cdlfjy.com'
# socket 连接地址
#VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
#VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
VUE_APP_WS_URL = 'ws://bt.test.cdlfjy.com'
VUE_APP_WS_URL = 'ws://zc.test.cdlfjy.com'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB