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