To Be The Best QRCode Payment Service Provider!
diff --git a/src/main/ui/m_login.html b/src/main/ui/m_login.html index 3c4210286..b5714978b 100644 --- a/src/main/ui/m_login.html +++ b/src/main/ui/m_login.html @@ -142,7 +142,7 @@ dataType: 'text', success: function () { var from = getUrlParam("f"); - location.href = from ? decodeURIComponent(from) : 'manage.html' + location.href = from ? decodeURIComponent(from) : 'managev2.html' }, error: function (jqXHR) { alert(JSON.parse(jqXHR.responseText).message); @@ -185,7 +185,7 @@ url: '/global/userstatus/manager_signin_wechat_qrcode/' + codeId + '/check', method: 'get', success: function () { - location.href = '/manage.html' + location.href = '/managev2.html' }, error: function () { setTimeout(function () { diff --git a/src/main/ui/main_menu.html b/src/main/ui/main_menu.html index de46097e2..3b0aa58eb 100644 --- a/src/main/ui/main_menu.html +++ b/src/main/ui/main_menu.html @@ -7,7 +7,7 @@
To Be The Best QRCode Payment Service Provider!