diff --git a/apps/dgiot_http/src/aliyun/dgiot_aliyun_auth.erl b/apps/dgiot_http/src/aliyun/dgiot_aliyun_auth.erl index 50784689..b5c1ed0b 100644 --- a/apps/dgiot_http/src/aliyun/dgiot_aliyun_auth.erl +++ b/apps/dgiot_http/src/aliyun/dgiot_aliyun_auth.erl @@ -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">>,