From 67d83666cad393ef9e3c8a97421b27a8cbe50653 Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Mon, 27 Apr 2026 22:13:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E7=AE=80=E5=8E=86?= =?UTF-8?q?=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 8 ++++++++ src/App.vue | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index a5a7a09..2674144 100644 --- a/nginx.conf +++ b/nginx.conf @@ -25,6 +25,14 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } + location /resume/ { + proxy_pass http://host.docker.internal:87/; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + } + location /sweet-hut/ { proxy_pass http://host.docker.internal:83/; proxy_set_header Host $host; diff --git a/src/App.vue b/src/App.vue index 99a6810..266c412 100644 --- a/src/App.vue +++ b/src/App.vue @@ -134,7 +134,7 @@ const drawioClick = () => { } const resumeClick = () => { - ElMessage.info('敬请期待') + window.open(`${window.location.origin}/resume/`, '_blank'); } const refreshClick = () => {