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

第三方返回事件调整

上级 5b2cd9f1
......@@ -223,7 +223,9 @@ ${P.getLogicCode(logic, "LOGIC.vue").code}
if (this.viewDefaultUsage === "routerView" ) {
this.$store.commit("deletePage", this.$route.fullPath);
this.$router.go(-1);
} else {
} 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 });
}
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册