zengyicheng преди 1 година
родител
ревизия
a01714c9de
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ssti.js

+ 1 - 1
ssti.js

@@ -41,7 +41,7 @@ const CASStrategy = require('passport-cas').Strategy;
 // 配置CAS策略
 passport.use(new CASStrategy({
     casURL: 'http://authserver.ssti.net.cn/authserver',
-    serviceURL: 'http://authserver.ssti.net.cn/authserver/login',
+    serviceURL: 'https://cxcy.ssti.net.cn/login',
     validateURL: 'http://authserver.ssti.net.cn/authserver/serviceValidate',
     ssoBaseURL: 'http://authserver.ssti.net.cn/authserver',
     serverBaseURL: 'https://cxcy.ssti.net.cn'