|
@@ -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 => {
|