修复websocket连接
This commit is contained in:
parent
a90cb0cf86
commit
1a298d2e97
@ -5,7 +5,7 @@
|
||||
# VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||
|
||||
# pei你看雪博客/开发环境/websocket地址
|
||||
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'
|
||||
VUE_APP_SOCKET = 'ws://localhost:8068/websocket'
|
||||
|
||||
# 若依管理系统/开发环境
|
||||
VUE_APP_BASE_API = 'https://pnkx.top/prod-api'
|
||||
|
@ -2,7 +2,7 @@
|
||||
ENV = 'production'
|
||||
|
||||
# pei你看雪博客/开发环境/websocket地址
|
||||
VUE_APP_SOCKET = 'ws://localhost:8068/websocket'
|
||||
VUE_APP_SOCKET = 'wss://pnkx.top/websocket/websocket'
|
||||
|
||||
# 若依管理系统/开发环境
|
||||
VUE_APP_BASE_API = '/prod-api'
|
||||
|
Loading…
Reference in New Issue
Block a user