diff --git a/web/src/App.js b/web/src/App.js index 0e3ed456..88bd97a4 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -247,7 +247,9 @@ class App extends Component { account.organization = res.data2; accessToken = res.data.accessToken; - this.setLanguage(account); + if (!localStorage.getItem("language")) { + this.setLanguage(account); + } this.setTheme(Setting.getThemeData(account.organization), Conf.InitThemeAlgorithm); setTourLogo(account.organization.logo); setOrgIsTourVisible(account.organization.enableTour);