Commit 7bb4ae5d authored by chenfenglei's avatar chenfenglei

优化+数据显示

parent 4d968412
......@@ -18,7 +18,7 @@ module.exports = {
}
},
// Various Dev Server settings
host: '192.168.31.242', // can be overwritten by process.env.HOST
host: '192.168.31.169', // can be overwritten by process.env.HOST
port: 8085, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
autoOpenBrowser: false,
errorOverlay: true,
......
......@@ -50,7 +50,8 @@
page: 1,
limit: 100
}
getInviteListApi(json).then(res=>{
let id=this.$route.query.shopId;
getInviteListApi(json,id).then(res=>{
this.inviteList = res.list
console.log('inviteList', res.list)
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment