Commit 1c4570eb by 蒋勇

d

parent 011e35e6
......@@ -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,3 +139,4 @@ 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