...
|
...
|
@@ -15,7 +15,7 @@ const indexUrl = { |
|
|
};
|
|
|
|
|
|
const handleFilterUrl = require(`${global.utils}/parameter`).fullParamToMinPath;
|
|
|
const seoHandler = require(`./seo-handler`);
|
|
|
const seoHandler = require('./seo-handler');
|
|
|
|
|
|
// 页面商品数量
|
|
|
const pageSizeType = [40, 100, 200];
|
...
|
...
|
|