This commit is contained in:
zhuzichu
2023-11-29 10:41:48 +08:00
parent ce3da2e92f
commit 1047fac4d6
3 changed files with 36 additions and 18 deletions

View File

@ -41,6 +41,9 @@ Item {
}
Component.onCompleted: {
FluNetwork.setInterceptor(function(param){
param.addHeader("Token","000000000000000000000")
})
FluApp.init(app)
FluApp.useSystemAppBar = SettingsHelper.getUseSystemAppBar()
FluApp.vsync = SettingsHelper.getVsync()