提交 e837cc4c 编写于 作者: KK's avatar KK

解决钉钉通知无法返回问题

上级 e4618bee
......@@ -252,8 +252,12 @@ ${P.getLogicCode(logic, "LOGIC.vue").code}
return;
}
if (this.viewDefaultUsage === "routerView" ) {
this.$store.commit("deletePage", this.$route.fullPath);
this.$router.go(-1);
if(window.history.length == 1 && this.$viewTool.getThirdPartyName()){
this.quitFun();
}else{
this.$store.commit("deletePage", this.$route.fullPath);
this.$router.go(-1);
}
}
if (this.viewDefaultUsage === "actionView") {
this.$emit("close", { status: "success", action: "close", data: args instanceof MouseEvent ? null : args });
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册