admin 管理员组文章数量: 887021
mui 确定要离开当前页面吗?, 温馨提示, [取消, 确定]
文档:
mui-col-xs-9
window.addEventListener('popstate', function (e) { //popstate 该事件在窗口的浏览历史(history 对象)发生改变时触发。mui.confirm("确定要离开当前页面吗?", "温馨提示", ["取消", "确定"], function (e) {if (e.index == 1) {window.history.go(-1);} else {history.pushState(null, null, document.URL);}});});
本文标签: mui确定要离开当前页面吗 温馨提示 取消 确定
版权声明:本文标题:mui确定要离开当前页面吗?, 温馨提示, [取消, 确定] 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1693855508h246077.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论