Commit 658787ef authored by agping's avatar agping

测试 不传正式

parent 0f479ee3
...@@ -110,7 +110,8 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function ...@@ -110,7 +110,8 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
e.preventDefault(); e.preventDefault();
e.stopPropagation(); e.stopPropagation();
var _this = $(this); var _this = $(this);
location.href = _this.attr('href'); // location.href = _this.attr('href');
window.open(_this.attr('href'));
}); });
_doc.on('click', '.menu-main-li', function(e){ _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