|
|
|
@ -43,7 +43,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$scope.getGeekSsoLoginUrl = function () {
|
|
|
|
|
var url = "http://mch.dev.geekforbest.com/#/sso_login?token=";
|
|
|
|
|
var url = "https://mch.royalpay.com.au/#/sso_login?token=";
|
|
|
|
|
$http.get("/client/partner_info/incremental_service/RYCBSM/login_token").then(function (res) {
|
|
|
|
|
url += res.data.token;
|
|
|
|
|
window.open(url, '_blank');
|
|
|
|
@ -92,7 +92,7 @@ define(['angular', 'uiBootstrap', 'uiRouter'], function (angular) {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
$scope.getGeekSsoLoginUrl = function () {
|
|
|
|
|
var url = "http://mch.dev.geekforbest.com/#/sso_login?token=";
|
|
|
|
|
var url = "https://mch.royalpay.com.au/#/sso_login?token=";
|
|
|
|
|
$http.get("/client/partner_info/incremental_service/RYCBSM/login_token").then(function (res) {
|
|
|
|
|
url += res.data.token;
|
|
|
|
|
window.open(url, '_blank');
|
|
|
|
|