From a4dfc95096696a0dde2c6e3facbb9e4523525fed Mon Sep 17 00:00:00 2001 From: jingsam Date: Sun, 29 May 2022 20:28:52 +0800 Subject: [PATCH] Update Overview.vue --- web/frpc/src/components/Overview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/frpc/src/components/Overview.vue b/web/frpc/src/components/Overview.vue index c25c3adb..2d365392 100644 --- a/web/frpc/src/components/Overview.vue +++ b/web/frpc/src/components/Overview.vue @@ -33,7 +33,7 @@ }, methods: { fetchData() { - fetch('/api/status', {credentials: 'include'}) + fetch('./api/status', {credentials: 'include'}) .then(res => { return res.json() }).then(json => {