|
@@ -94,7 +94,7 @@ Ext.define('saas.view.viewport.ViewportController', {
|
|
|
getAccountCookie:function(){
|
|
getAccountCookie:function(){
|
|
|
var hasValidCookie = false;
|
|
var hasValidCookie = false;
|
|
|
Ext.Ajax.request({
|
|
Ext.Ajax.request({
|
|
|
- url: 'http://192.168.253.31:8560/api/auth/info',
|
|
|
|
|
|
|
+ url: '/api/auth/info',
|
|
|
withCredentials: true,
|
|
withCredentials: true,
|
|
|
async:false,
|
|
async:false,
|
|
|
dataType: 'json',
|
|
dataType: 'json',
|