TypeError: /home/webroot/tomcat/jishou/tbbPc/template/web/seolist.ejs:46
   44|         </ul>
   45|         <ul class="new-box clearfix">
>> 46|             <% json.list.datas.forEach(function(item){%>
   47|                 <li><a href="<%= json.baseUrl%>zhuanti/<%= item.id%>/" target="_blank"><%= item.longTailKeywords%></a></li>
   48|             <%})%>
   49|         </ul>

Cannot read property 'forEach' of undefined
   at eval (eval at compile (/home/webroot/tomcat/jishou/tbbPc/node_modules/ejs/lib/ejs.js:633:12), <anonymous>:237:24)
   at returnedFn (/home/webroot/tomcat/jishou/tbbPc/node_modules/ejs/lib/ejs.js:668:17)
   at tryHandleCache (/home/webroot/tomcat/jishou/tbbPc/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/home/webroot/tomcat/jishou/tbbPc/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/home/webroot/tomcat/jishou/tbbPc/node_modules/express/lib/view.js:135:8)
   at tryRender (/home/webroot/tomcat/jishou/tbbPc/node_modules/express/lib/application.js:640:10)
   at Function.render (/home/webroot/tomcat/jishou/tbbPc/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/home/webroot/tomcat/jishou/tbbPc/node_modules/express/lib/response.js:1012:7)
   at /home/webroot/tomcat/jishou/tbbPc/route/web/seolist.js:71:21
   at process._tickCallback (internal/process/next_tick.js:68:7)