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