Commit e433d79a by 蒋勇

d

parent e2599968
......@@ -11,7 +11,7 @@ class XProductService extends ServiceBase {
}
}
module.exports = XProductService;
/*
function findTitlePath(items, findstr, results) {
items.forEach(item => {
if (item.title.indexOf(findstr) < 0) {
......@@ -139,4 +139,3 @@ function findTitlePath(items, findstr, results) {
// })
// console.log(JSON.stringify(root))
}) ()
*/
\ No newline at end of file
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