This commit is contained in:
2021-10-22 09:04:15 +08:00
parent 99fc92a798
commit 0b38ca3613

View File

@@ -289,14 +289,14 @@ export default {
};
},
created() {
// if (!this.$route.query.ticket) {
// window.location.replace(
// "https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
// );
// } else {
// this.onInit();
// }
if (!this.$route.query.ticket) {
window.location.replace(
"https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
);
} else {
this.onInit();
}
// this.onInit();
this.setLocationAplus();
SetTicket(this.$route.query.ticket);
$(".logout").css("display", "none");