...
|
...
|
@@ -4,20 +4,20 @@ |
|
|
*/
|
|
|
|
|
|
//接口主域
|
|
|
//exports.domain = require('../config/common.js').domain;
|
|
|
exports.domain = "http://172.16.6.214:8088/platform";
|
|
|
exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = "http://172.16.6.214:8088/platform";
|
|
|
//路由配置
|
|
|
exports.res = [
|
|
|
{
|
|
|
//搜索词页面渲染
|
|
|
route: '/hotSearchBrand/queryHotBrandList',
|
|
|
route: '/hotSearchBrand/index',
|
|
|
method: 'GET',
|
|
|
view: 'pages/hotBrands/index',
|
|
|
src: '/hotBrands/index'
|
|
|
},
|
|
|
//搜索词列表
|
|
|
{
|
|
|
route: '/hotSearchBrand/queryHotBrandList1',
|
|
|
route: '/hotSearchBrand/queryHotBrandList',
|
|
|
method: 'POST',
|
|
|
url: '/hotSearchBrand/queryHotBrandList',
|
|
|
params: [
|
...
|
...
|
|