From cddc4f598c35fe626b218e23049fd07a99662436 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Mon, 27 Oct 2025 22:50:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0drawio=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 4 ++-- src/App.vue | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nginx.conf b/nginx.conf index 3a22df1..41631f2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -58,8 +58,8 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } - location /easynode/ { - proxy_pass http://host.docker.internal:8200/; + location /drawio/ { + proxy_pass http://host.docker.internal:8201/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; diff --git a/src/App.vue b/src/App.vue index 7ec7901..a11f449 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,10 +62,10 @@ - + @click="drawioClick"> +
- EasyNode + 流程图
@@ -143,8 +143,8 @@ const readestClick = () => { window.open('https://web.readest.com/', '_blank'); } -const easynodeClick = () => { - window.open(`${window.location.origin}/easynode/`, '_blank'); +const drawioClick = () => { + window.open(`${window.location.origin}/drawio/`, '_blank'); } const resumeClick = () => {