src/Dashboard.vue
@@ -97,6 +97,7 @@ iframeSrc: window.ProjectConfig.xieTongIframeSrc, selectedId: "", isFullScreen: false, webUrl: "", }; }, computed: { @@ -110,7 +111,8 @@ this.resetEngineRelated(); }, methods: { onSelectChange(val) { onSelectChange(val, webUrl) { this.webUrl = webUrl; this.selectedId = val; }, fullscreenChange(val) { @@ -126,7 +128,7 @@ window.open(window.ProjectConfig.xieTongIframeSrc, "_blank"); break; case "zhihui": window.open("http://beijiaodaxiongan.zhihuibuild.com/#/autologin?next=", "_blank"); window.open(this.webUrl, "_blank"); break; } },