UNPKG

204 BJavaScriptView Raw
1/**
2 *
3 */
4
5module.exports = (nav) => {
6 const res = {};
7
8 nav.forEach(item => {
9 const obj = {};
10 if (/^https?.*/.test(item.uri)) {
11
12 } else {
13
14 }
15 });
16}
\No newline at end of file