改进
This commit is contained in:
parent
d9543bfaf5
commit
1477a9af07
@ -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)
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user