Browse Source

代码提交

hy 7 years ago
parent
commit
4d8af31ff9
1 changed files with 1 additions and 1 deletions
  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');
       if(uid){
         this.$ajax({
-          url: this.$url.sso+'/api/auth/info',
+          url: this.$url.api+'/api/auth/info',
           method: 'get',
           async:false,
           withCredentials:true