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 = () => {