diff --git a/api/OneStopCommunity/communityBuilding.js b/api/OneStopCommunity/communityBuilding.js new file mode 100644 index 0000000..be9e10e --- /dev/null +++ b/api/OneStopCommunity/communityBuilding.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' +// 查询一站式社区模块:社区建设列表 +export function listOneStopCommunityConstruction(query) { + return request({ + url: '/staff/oneStopCommunityConstruction/list', + method: 'get', + data: query + }) +} \ No newline at end of file diff --git a/pages.json b/pages.json index 110c103..3a8df26 100644 --- a/pages.json +++ b/pages.json @@ -774,6 +774,15 @@ } }, + { + "path": "pages/OneStopCommunity/communityBuilding/index", + "style": { + "navigationBarTitleText": "社区建设", + "navigationBarBackgroundColor": "#1890FF", + "navigationBarTextStyle": "white" + + } + }, { "path": "pages/OneStopCommunity/functionHouse/detail", "style": { diff --git a/pages/OneStopCommunity/communityBuilding/index.vue b/pages/OneStopCommunity/communityBuilding/index.vue new file mode 100644 index 0000000..672bbb9 --- /dev/null +++ b/pages/OneStopCommunity/communityBuilding/index.vue @@ -0,0 +1,234 @@ + + + + + \ No newline at end of file diff --git a/static/images/workbench/communityBuilding.png b/static/images/workbench/communityBuilding.png new file mode 100644 index 0000000..0da6d2c Binary files /dev/null and b/static/images/workbench/communityBuilding.png differ