This commit is contained in:
22 2024-04-01 19:04:18 +08:00
commit 8da3b84c97
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ VUE_APP_BASE_API = 'http://192.168.1.32:8080'
# VUE_APP_BASE_API = 'https://plus.hwms.shop'
# socket 连接地址
# VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
VUE_APP_WS_URL = 'ws://plus.hwms.shop'
VUE_APP_WS_URL = 'ws://192.168.1.32:8080'
# VUE_APP_WS_URL = 'ws://plus.hwms.shop'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.