mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-11-30 03:07:40 +08:00
fix: theme
This commit is contained in:
parent
3db94b927a
commit
3e031423f6
@ -206,21 +206,21 @@ jwtlogin(Idtoken) ->
|
||||
},
|
||||
<<"theme">> => #{
|
||||
<<"columnStyle">> => <<"horizontal">>,
|
||||
<<"fixedHeader">> => true,
|
||||
<<"fixedHeader">> => false,
|
||||
<<"layout">> => <<"horizontal">>,
|
||||
<<"pictureSwitch">> => true,
|
||||
<<"showFullScreen">> => true,
|
||||
<<"showLanguage">> => true,
|
||||
<<"pictureSwitch">> => false,
|
||||
<<"showFullScreen">> => false,
|
||||
<<"showLanguage">> => false,
|
||||
<<"showNotice">> => false,
|
||||
<<"showProgressBar">> => true,
|
||||
<<"showRefresh">> => true,
|
||||
<<"showProgressBar">> => false,
|
||||
<<"showRefresh">> => false,
|
||||
<<"showSearch">> => false,
|
||||
<<"showTabs">> => true,
|
||||
<<"showTabsBarIcon">> => false,
|
||||
<<"showTheme">> => true,
|
||||
<<"showThemeSetting">> => true,
|
||||
<<"showThemeSetting">> => false,
|
||||
<<"tabsBarStyle">> => <<"smart">>,
|
||||
<<"themeName">> => <<"default">>
|
||||
<<"themeName">> => <<"white">>
|
||||
},
|
||||
<<"userinfo">> => #{
|
||||
<<"avatar">> => <<"/dgiot_file/user/profile/Klht7ERlYn_userinfo_avatar.png?timestamp=1637914878741">>,
|
||||
|
Loading…
Reference in New Issue
Block a user