feat:增加简历模块

This commit is contained in:
2026-04-27 22:13:21 +08:00
parent 45ac66ade0
commit 67d83666ca
2 changed files with 9 additions and 1 deletions

View File

@@ -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;

View File

@@ -134,7 +134,7 @@ const drawioClick = () => {
}
const resumeClick = () => {
ElMessage.info('敬请期待')
window.open(`${window.location.origin}/resume/`, '_blank');
}
const refreshClick = () => {