wangggziwen 2 年 前
コミット
d2d31eaa45
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ui/src/views/azureLogin.vue

+ 1 - 1
ui/src/views/azureLogin.vue

@@ -47,7 +47,7 @@ export default {
         this.$router.push({path: "/index" || "/404"});
       }).catch(err => { // 500
         // TODO: 修改重定向地址
-        window.location.href = 'http://localhost/cpms/index.html?message=' + err.message;
+        window.location.href = 'http://47.114.101.16/cpms/index.html?message=' + err.message;
       });
 
     //   // getAzureAccessToken(this.code).then(response => {