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() { created() {
// if (!this.$route.query.ticket) { if (!this.$route.query.ticket) {
// window.location.replace( window.location.replace(
// "https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs" "https://puser.zjzwfw.gov.cn/sso/mobile.do?action=oauth&scope=1&servicecode=fwzs"
// ); );
// } else { } else {
// this.onInit(); this.onInit();
// } }
this.onInit(); // this.onInit();
this.setLocationAplus(); this.setLocationAplus();
SetTicket(this.$route.query.ticket); SetTicket(this.$route.query.ticket);
$(".logout").css("display", "none"); $(".logout").css("display", "none");