Vue Scripts may close only the windows that were opened by it【解决办法】

今天爱分享给大家带来Vue Scripts may close only the windows that were opened by it【解决办法】,希望能够帮助到大家。

原因:脚本只能关闭它所打开的窗口,原因是浏览器基于安全策略限制了脚本关闭非它所打开的窗口机制。
解决方案:此项目可以通过调用$store中的数据和方法进行删除。

this.$store.commit("deleteTabs", this.activeIndex);
this.$store.commit("setActiveIndex", this.openTab[this.openTab.length-1].route);
this.$router.push({ path: this.activeIndex })

人已赞赏
前端

Vue el-dialog遮罩层在对话框上面【解决办法】

2020-11-8 18:47:35

前端

Vue Cannot read property ‘validate’ of undefined.【解决办法】

2020-11-8 18:49:27

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
'); })();