fix geek prod url

master
luoyang 5 years ago
parent 140fe334ee
commit 40cd2efb7b

@ -356,7 +356,7 @@
}
function getGeekSsoLoginUrl() {
var url = "http://mch.dev.geekforbest.com/#/sso_login?token=";
var url = "https://mch.royalpay.com.au/#/sso_login?token=";
$.ajax({
url: '/client/partner_info/incremental_service/RYCBSM/login_token',
method: 'get',

@ -337,7 +337,7 @@
}
function getGeekSsoLoginUrl() {
var url = "http://mch.dev.geekforbest.com/#/sso_login?token=";
var url = "https://mch.royalpay.com.au/#/sso_login?token=";
$.ajax({
url: '/client/partner_info/incremental_service/RYCBSM/login_token',
method: 'get',

@ -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');

Loading…
Cancel
Save