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

返回事件调整

上级 eeaf0a3b
......@@ -220,11 +220,13 @@ ${P.getLogicCode(logic, "LOGIC.vue").code}
<#if userCloseView??>
${userCloseView}
<#else>
if(this.viewDefaultUsage==="indexView" && this.$route.path === '/<#if view.getDefaultPSAppIndexView?? && view.getDefaultPSAppIndexView()??>${view.getDefaultPSAppIndexView()?lower_case}<#else>appindexview</#if>'){
this.$viewTool.ThirdPartyClose();
return;
}
if (this.viewDefaultUsage === "routerView" ) {
this.$store.commit("deletePage", this.$route.fullPath);
this.$router.go(-1);
} else if(this.viewDefaultUsage==="indexView" && this.$route.path === '/<#if view.getDefaultPSAppIndexView?? && view.getDefaultPSAppIndexView()??>${view.getDefaultPSAppIndexView()?lower_case}<#else>appindexview</#if>'){
this.$viewTool.ThirdPartyClose();
}else{
this.$emit("close", { status: "success", action: "close", data: args instanceof MouseEvent ? null : args });
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册