@@ -168,7 +168,7 @@
$(".nav_list .site_menu a").removeClass('current')
node.addClass('current')
}
- if(location.pathname === '/' || location.pathname === '/home/Index/index.html'){
+ if(location.pathname === '/' || location.pathname === "{:url('Index/index')}"){
$(".nav_list a").eq(0).addClass('current')
})