Commit d310bafb by 蒋勇

d

parent 47bd9ba8
......@@ -11,6 +11,7 @@ class XProductService extends ServiceBase {
}
}
module.exports = XProductService;
/*
function findTitlePath(items, findstr, results) {
items.forEach(item => {
if (item.title.indexOf(findstr) < 0) {
......@@ -138,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