测试域名

This commit is contained in:
weipengfei 2023-10-07 09:24:34 +08:00
parent a7226dcfb3
commit 5326c2eb2c

View File

@ -3,10 +3,12 @@ ENV = 'development'
# base api
#VUE_APP_BASE_API = 'http://127.0.0.1:8325'
VUE_APP_BASE_API = 'https://shop.lihaink.cn'
# VUE_APP_BASE_API = 'https://shop.lihaink.cn'
VUE_APP_BASE_API = 'https://crmeb-test.shop.lihaink.cn/admin'
# socket 连接地址
#VUE_APP_WS_URL = 'ws://192.168.3.20:8324'
VUE_APP_WS_URL = 'wss://shop.lihaink.cn'
# VUE_APP_WS_URL = 'wss://shop.lihaink.cn'
VUE_APP_WS_URL = 'wss://crmeb-test.shop.lihaink.cn'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.