mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-30 18:00:56 +01:00
fixed upload bug
This commit is contained in:
@@ -25,6 +25,9 @@ const user = {
|
||||
const userInfoStr = window.localStorage.getItem('user_info')
|
||||
if (!userInfoStr) return {}
|
||||
return JSON.parse(userInfoStr)
|
||||
},
|
||||
token () {
|
||||
return window.localStorage.getItem('token')
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user