Compare commits
2 Commits
52df04ace0
...
0e79b61a65
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e79b61a65 | |||
| 0b38ca3613 |
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user