111111112
This commit is contained in:
@@ -150,17 +150,15 @@ export default {
|
|||||||
//跳转统一身份认证
|
//跳转统一身份认证
|
||||||
var isTs = true;
|
var isTs = true;
|
||||||
if (isTs) {
|
if (isTs) {
|
||||||
console.log(this.redirect );
|
console.log(this.redirect);
|
||||||
window.location.href = 'http://192.168.1.241/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http%3A%2F%2F192.168.1.241%3A8080%2F%23'+this.redirect;
|
window.location.href =
|
||||||
|
"http://192.168.1.241/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http%3A%2F%2F192.168.1.241%3A8080%2F%23" + this.redirect;
|
||||||
// window.location.href = 'http://localhost:8099/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http%3A%2F%2Flocalhost%3A9528%2F%23'+this.redirect;
|
// window.location.href = 'http://localhost:8099/login?redirect=/lig/oauth2/oauth2/application&appid=330b4ecb60c9a6802b957fe1e5a5ecd3&url=http%3A%2F%2Flocalhost%3A9528%2F%23'+this.redirect;
|
||||||
|
|
||||||
}
|
}
|
||||||
} else if (ticket != undefined && token == null) {
|
} else if (ticket != undefined && token == null) {
|
||||||
//请求登录
|
//请求登录
|
||||||
this.logincasapi();
|
this.logincasapi();
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {},
|
created() {},
|
||||||
|
|||||||
Reference in New Issue
Block a user