master
ihzero 2023-11-12 21:45:46 +08:00
parent ea0f1432fe
commit 555f249b89
1 changed files with 3 additions and 1 deletions

View File

@ -2,3 +2,5 @@
export const userInfo = (state)=> state.userInfo
//token
export const token = (state)=> state.user_access_token
export const showAppbar = (state)=> state.showAppbar