Commit 04cd2733ac6bfa21aaf231e76c798b1bfa06e874

Authored by ww
1 parent b1a92c73

perf: configuration page add platform filter condition

@@ -85,7 +85,8 @@ export default { @@ -85,7 +85,8 @@ export default {
85 let httpData = { 85 let httpData = {
86 page: pageNo, 86 page: pageNo,
87 pageSize: 10, 87 pageSize: 10,
88 - name: organizationV 88 + name: organizationV,
  89 + platform: 'phone'
89 }; 90 };
90 uni.$u.http 91 uni.$u.http
91 .get('/yt/configuration/center', { params: httpData, custom: { load: false } }) 92 .get('/yt/configuration/center', { params: httpData, custom: { load: false } })