Showing
1 changed file
with
3 additions
and
2 deletions
1 | -exports.domain = require('../config/common.js').domain; | 1 | +//exports.domain = require('../config/common.js').domain; |
2 | //exports.domain = 'http://localhost:30012'; | 2 | //exports.domain = 'http://localhost:30012'; |
3 | +exports.domain = 'http://172.16.6.231:8080/platform'; | ||
3 | 4 | ||
4 | exports.res = [ | 5 | exports.res = [ |
5 | { | 6 | { |
@@ -94,7 +95,7 @@ exports.res = [ | @@ -94,7 +95,7 @@ exports.res = [ | ||
94 | //店铺装修管理 -> 列表数据 | 95 | //店铺装修管理 -> 列表数据 |
95 | route: '/shop/ShopsDecoratorRest/findShopsDecorator', | 96 | route: '/shop/ShopsDecoratorRest/findShopsDecorator', |
96 | method: 'POST', | 97 | method: 'POST', |
97 | - url: '/ShopsDecoratorRest/findShopsDecorator', | 98 | + url: '/ShopsDecoratorRest/findBusinessShopsDecorator', |
98 | params: [{ | 99 | params: [{ |
99 | name: 'page', | 100 | name: 'page', |
100 | type: 'number' | 101 | type: 'number' |
-
Please register or login to post a comment