diff --git a/.env.development b/.env.development index 456c76b..b88f3b6 100644 --- a/.env.development +++ b/.env.development @@ -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' diff --git a/.env.production b/.env.production index a859e93..ead3e4b 100644 --- a/.env.production +++ b/.env.production @@ -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'