Compare commits

...

2 Commits

Author SHA1 Message Date
0e79b61a65 Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5 2021-10-22 09:05:24 +08:00
0b38ca3613 注释 2021-10-22 09:04:15 +08:00

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();
// }
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");