在页面上使用window.showModalDialog
时,在弹出的窗口中使用dtree展示树。但是在ie6下点击加有事件的节点时,页面报错。通过查找发现原来的js方法被解析成路径,ie6下进行了跳转,所以出错。
解决方案,在弹出的页面的<title></title>
下添加
1 | <base target="_self" /> |
问题解决。
tag:
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true