|
@@ -108,6 +108,8 @@ public class AbstractController {
|
|
|
model.addAttribute("ucweb", ucweb);
|
|
|
model.addAttribute("uccenter", uccenter);
|
|
|
model.addAttribute("outredirect", urlEncoding(myhost));
|
|
|
+ model.addAttribute("loginurl", uccenter + "login/authorize?needtoken=false&redirect=" + urlEncoding(myhost));
|
|
|
+
|
|
|
}
|
|
|
|
|
|
private String getCookieValue(String name) throws InvalidKeyException, NoSuchAlgorithmException,
|