From d327dc5cc832df94a364d468aca74dea8d7624c8 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 30 八月 2024 19:37:56 +0800 Subject: [PATCH] 工单图片优化 --- .env.development | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/.env.development b/.env.development index 82d4a58..a529b6b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 椤甸潰鏍囬 -VUE_APP_TITLE = 鑷础杩愮淮骞冲彴 +VUE_APP_TITLE = 杩愮淮鑰冩牳骞冲彴 # 寮�鍙戠幆澧冮厤缃� ENV = 'development' @@ -9,3 +9,10 @@ # 璺敱鎳掑姞杞� VUE_CLI_BABEL_TRANSPILE_MODULES = true + +# websocket鍦板潃 +VUE_APP_WEB_SOCKET_URL = 'ws://127.0.0.1:8044/ws' + +VUE_APP_FILE_URL = 'http://192.168.3.88:8085' + + -- Gitblit v1.8.0