feat:增加简历模块
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -134,7 +134,7 @@ const drawioClick = () => {
|
||||
}
|
||||
|
||||
const resumeClick = () => {
|
||||
ElMessage.info('敬请期待')
|
||||
window.open(`${window.location.origin}/resume/`, '_blank');
|
||||
}
|
||||
|
||||
const refreshClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user