This commit is contained in:
weipengfei 2023-10-07 09:25:52 +08:00
parent 5326c2eb2c
commit 78ec33d360
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +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://crmeb-test.shop.lihaink.cn/admin'
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://crmeb-test.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.

Binary file not shown.