Browse Source

fix: 流量统计导致补充人材机库报500错误

vian 5 years ago
parent
commit
b8c06ccc52
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/complementary_glj_lib/controllers/gljController.js

+ 1 - 0
modules/complementary_glj_lib/controllers/gljController.js

@@ -43,6 +43,7 @@ class GljController extends BaseController{
             versionName: req.session.compilationVersion,
             LicenseKey:config.getLicenseKey(process.env.NODE_ENV),
             overWriteUrl: overWriteUrl,
+            title:config[process.env.NODE_ENV].title?config[process.env.NODE_ENV].title:"?????????"
         });
     }
     getGljDistType (req, res) {