From 821205d09297946ec40cf90f74482ea8ad6dbd1e Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 23 四月 2024 18:10:39 +0800 Subject: [PATCH] 合同导入、规则、展示 --- .env.development | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 82d4a58..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