From 10edf6ceca459c4220ff5fb6ee6cd20054254499 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 1 Feb 2021 11:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E8=8B=B1=E6=96=87=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 79bbffe..21a47f2 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -28,11 +28,10 @@ GOFLY.init=function(config){ } this.dynamicLoadJs(this.GOFLY_URL+"/static/js/functions.js?v=1",function(){ - _this.GOFLY_LANG=checkLang(); if (typeof config.GOFLY_LANG!="undefined"){ _this.GOFLY_LANG=config.GOFLY_LANG; }else{ - _this.GOFLY_LANG=config.GOFLY_LANG; + _this.GOFLY_LANG=checkLang(); } });