hy 7 лет назад
Родитель
Сommit
4d8af31ff9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      frontend/saas-portal-web/src/components/conenter/home.vue

+ 1 - 1
frontend/saas-portal-web/src/components/conenter/home.vue

@@ -342,7 +342,7 @@
      var uid = this.hasCookie('uid');
      var uid = this.hasCookie('uid');
       if(uid){
       if(uid){
         this.$ajax({
         this.$ajax({
-          url: this.$url.sso+'/api/auth/info',
+          url: this.$url.api+'/api/auth/info',
           method: 'get',
           method: 'get',
           async:false,
           async:false,
           withCredentials:true
           withCredentials:true