Sfoglia il codice sorgente

Azure授权 鉴权码等信息修改

wangggziwen 2 anni fa
parent
commit
601a54f234
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      ui/src/views/azureLogin.vue

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

@@ -46,8 +46,8 @@ export default {
         Cookies.set('Admin-Token', response.token);
         this.$router.push({path: "/index" || "/404"});
       }).catch(err => { // 500
-        // TODO: 修改重定向地址
-        window.location.href = 'https://cpms.seashoreept.cn/cpms/index.html?message=' + err.message;
+        // window.location.href = 'https://cpms.seashoreept.cn/cpms/index.html?message=' + err.message;
+        window.location.href = 'https://cpms.basf-ypc.net.cn/cpms/index.html?message=' + err.message;
       });
 
     //   // getAzureAccessToken(this.code).then(response => {