修复websocket连接

This commit is contained in:
裴浩宇 2022-08-24 10:19:30 +08:00
parent a90cb0cf86
commit 1a298d2e97
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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'