From 1a0b6c69df8bafa8d9c612a5ea04a34be712001c Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 24 四月 2024 16:01:40 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- .env.development | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 2817527..daabaa2 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 椤甸潰鏍囬 -VUE_APP_TITLE = 鑷础鍏畨澶╃綉杩愮淮骞冲彴 +VUE_APP_TITLE = 杩愮淮鑰冩牳骞冲彴 # 寮�鍙戠幆澧冮厤缃� ENV = 'development' @@ -9,3 +9,6 @@ # 璺敱鎳掑姞杞� VUE_CLI_BABEL_TRANSPILE_MODULES = true + +# websocket鍦板潃 +VUE_APP_WEB_SOCKET_URL = 'ws://127.0.0.1:8044/ws' -- Gitblit v1.8.0