@@ -90,7 +90,12 @@ export default {
},
onLoad ({ ctx, app }) {
this.app = app;
- ctx.service(this.$service.sj)
+ let applyHost = () => {
+ return this.$service.saasShop.merchantList({ style: '3' });
+ };
+ ctx.service({
+ page: applyHost
+ })
.set('table', {
columns: [
{