From d5a224312d0c1d95182902908c79ec8f532a1ec4 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 22 二月 2024 20:58:43 +0800 Subject: [PATCH] 修改 --- web/.env.production | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/.env.production b/web/.env.production index 3416d69..3990e8a 100644 --- a/web/.env.production +++ b/web/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production VUE_APP_NODE_ENV=prod -VUE_APP_API_URL=http://localhost:8050/test-item -VUE_APP_SOCKET_URL=ws://localhost:8050/test-item/websocket +VUE_APP_API_URL=http://localhost:8050/test-project +VUE_APP_SOCKET_URL=ws://localhost:8050/test-project/websocket -- Gitblit v1.9.1