|
|
exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = require('../config/common.js').domain;
|
|
|
//exports.domain = 'http://localhost:30012';
|
|
|
exports.domain = 'http://172.16.6.231:8080/platform';
|
|
|
|
|
|
exports.res = [
|
|
|
{
|
...
|
...
|
@@ -94,7 +95,7 @@ exports.res = [ |
|
|
//店铺装修管理 -> 列表数据
|
|
|
route: '/shop/ShopsDecoratorRest/findShopsDecorator',
|
|
|
method: 'POST',
|
|
|
url: '/ShopsDecoratorRest/findShopsDecorator',
|
|
|
url: '/ShopsDecoratorRest/findBusinessShopsDecorator',
|
|
|
params: [{
|
|
|
name: 'page',
|
|
|
type: 'number'
|
...
|
...
|
|