Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PanJiaChen/electron-vue-admin
/ getInfo
Function
getInfo
src/renderer/api/login.js:14–20 ·
view source on GitHub ↗
(token)
Source
from the content-addressed store, hash-verified
12
}
13
14
export
function
getInfo(token) {
15
return
request({
16
url:
'/user/info'
,
17
method:
'get'
,
18
params: { token }
19
})
20
}
21
22
export
function
logout() {
23
return
request({
Callers
1
GetInfo
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected