Commit 29139406 authored by zw's avatar zw

Merge remote-tracking branch 'origin/test' into test

parents 4ad147ee 52d6e8f8
......@@ -110,8 +110,7 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
e.preventDefault();
e.stopPropagation();
var _this = $(this);
// location.href = _this.attr('href');
window.open(_this.attr('href'));
location.href = _this.attr('href');
});
_doc.on('click', '.menu-main-li', function(e){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment