From 1477a9af075116c2efe88f2fa1313ece7ed1a82f Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Wed, 15 Mar 2023 21:43:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/views/Index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/resources/js/views/Index.vue b/resources/js/views/Index.vue index 7a5f078..a123933 100644 --- a/resources/js/views/Index.vue +++ b/resources/js/views/Index.vue @@ -18,7 +18,7 @@ const time = ref(new Date().toLocaleTimeString()); const user = ref({ name: 'loading...' - + }) http.get('user').then((res) => { @@ -26,4 +26,9 @@ http.get('user').then((res) => { }) +http.get('tunnels').then((res) => { + console.log(res.data) +}) + +